[Base] Exception and others: remove unused includes

This commit is contained in:
Uwe
2022-03-03 01:01:10 +01:00
parent 2b1b300eae
commit 39ce4dde0d
4 changed files with 10 additions and 14 deletions
+1 -3
View File
@@ -22,13 +22,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cfloat>
#endif
#include "CoordinateSystem.h"
#include "Exception.h"
using namespace Base;
CoordinateSystem::CoordinateSystem()
+6 -6
View File
@@ -22,13 +22,13 @@
#include "PreCompiled.h"
#include "CoordinateSystem.h"
#include "AxisPy.h"
#include "CoordinateSystemPy.h"
#include "CoordinateSystemPy.cpp"
#include "GeometryPyCXX.h"
#include <Base/CoordinateSystemPy.h>
#include <Base/AxisPy.h>
#include <Base/PlacementPy.h>
#include <Base/VectorPy.h>
#include <Base/CoordinateSystemPy.cpp>
#include "PlacementPy.h"
#include "VectorPy.h"
using namespace Base;
+1 -2
View File
@@ -24,11 +24,10 @@
#ifndef BASE_EXCEPTIONFACTORY_H
#define BASE_EXCEPTIONFACTORY_H
#include <Python.h>
#include "Factory.h"
namespace Base
{
+2 -3
View File
@@ -25,10 +25,9 @@
#ifndef BASE_FACTORY_H
#define BASE_FACTORY_H
#include <typeinfo>
#include <string>
#include <map>
#include <list>
#include <map>
#include <string>
#ifndef FC_GLOBAL_H
#include <FCGlobal.h>
#endif