[Base] BoundBox etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-02 03:37:09 +01:00
parent 8335466b27
commit a816ee1fa1
7 changed files with 14 additions and 24 deletions

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 {

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)

View File

@@ -22,19 +22,17 @@
3. This notice may not be removed or altered from any source distribution.
René Nyffenegger rene.nyffenegger@adp-gmbh.ch
*/
#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"

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"

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 {

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"

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;