[Base] BoundBox etc.: remove unused includes
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#ifndef BASE_AXIS_H
|
||||
#define BASE_AXIS_H
|
||||
|
||||
#include "Vector3D.h"
|
||||
#include "Placement.h"
|
||||
#include "Vector3D.h"
|
||||
|
||||
namespace Base {
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "Axis.h"
|
||||
#include "GeometryPyCXX.h"
|
||||
|
||||
// inclusion of the generated files (generated out of AxisPy.xml)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user