[Base] BoundBox etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-02 13:59:59 +01:00
parent 7bb7efc55f
commit 1eeb1fecd0
7 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -24,8 +24,8 @@
#ifndef BASE_AXIS_H
#define BASE_AXIS_H
#include "Vector3D.h"
#include "Placement.h"
#include "Vector3D.h"
namespace Base {
-1
View File
@@ -22,7 +22,6 @@
#include "PreCompiled.h"
#include "Axis.h"
#include "GeometryPyCXX.h"
// inclusion of the generated files (generated out of AxisPy.xml)
+6 -8
View File
@@ -22,19 +22,17 @@
3. This notice may not be removed or altered from any source distribution.
René Nyffenegger [email protected]
*/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <iostream>
# include <string>
#endif
#include "PreCompiled.h"
#ifndef _PreComp_
# include <string>
#endif
#include "Base64.h"
static const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
-2
View File
@@ -23,8 +23,6 @@
#include "PreCompiled.h"
#include "BaseClass.h"
// inclusion of the generated files (generated out of BaseClassPy.xml)
#include "BaseClassPy.h"
#include "BaseClassPy.cpp"
+4 -4
View File
@@ -24,11 +24,11 @@
#ifndef BASE_BOUNDBOX_H
#define BASE_BOUNDBOX_H
#include "Vector3D.h"
#include "Matrix.h"
#include "ViewProj.h"
#include "Tools2D.h"
#include <limits>
#include "Matrix.h"
#include "Tools2D.h"
#include "ViewProj.h"
namespace Base {
-2
View File
@@ -23,8 +23,6 @@
#include "PreCompiled.h"
#include "Base/BoundBox.h"
// inclusion of the generated files (generated out of BoundBoxPy.xml)
#include "MatrixPy.h"
#include "VectorPy.h"
+3 -6
View File
@@ -28,16 +28,13 @@
# include <string>
#endif
#include <cstdlib>
/// FreeCAD #includes sorted by Base,App,Gui......
#include "Builder3D.h"
#include "Exception.h"
#include "Vector3D.h"
#include "Matrix.h"
#include "Console.h"
#include "Exception.h"
#include "Matrix.h"
#include "Tools.h"
using namespace Base;