[TD] Gui, everything but Q*, Task* and ViewP*: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-09 17:20:00 +02:00
parent ea4a6948be
commit afc4451a50
14 changed files with 100 additions and 155 deletions

View File

@@ -19,25 +19,21 @@
* Suite 330, Boston, MA 02111-1307, USA *
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Parameter.h>
#include "Rez.h"
using namespace TechDrawGui;
//*** initial static var outside methods!
double Rez::m_rezFactor = Rez::getParameter();
//***
double Rez::getRezFactor()
{
return Rez::m_rezFactor;
@@ -48,7 +44,6 @@ void Rez::setRezFactor(double f)
Rez::m_rezFactor = f;
}
//turn App side value to Gui side value
double Rez::guiX(double x)
{