[App] Origin and Part: remove unused includes
This commit is contained in:
@@ -25,11 +25,9 @@
|
||||
#ifndef APP_Origin_H
|
||||
#define APP_Origin_H
|
||||
|
||||
#include "GeoFeature.h"
|
||||
|
||||
#include "OriginFeature.h"
|
||||
#include "GeoFeatureGroupExtension.h"
|
||||
#include "PropertyLinks.h"
|
||||
#include "OriginFeature.h"
|
||||
|
||||
|
||||
namespace App
|
||||
{
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef ORIGINFEATURE_H_6ZWJPB5V
|
||||
#define ORIGINFEATURE_H_6ZWJPB5V
|
||||
#ifndef ORIGINFEATURE_H
|
||||
#define ORIGINFEATURE_H
|
||||
|
||||
#include "GeoFeature.h"
|
||||
|
||||
@@ -66,4 +66,4 @@ public:
|
||||
|
||||
} //namespace App
|
||||
|
||||
#endif /* end of include guard: ORIGINFEATURE_H_6ZWJPB5V */
|
||||
#endif /* end of include guard: ORIGINFEATURE_H */
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
#define ORIGINGROUP_H_QHTU73IF
|
||||
|
||||
#include "GeoFeatureGroupExtension.h"
|
||||
#include "PropertyLinks.h"
|
||||
|
||||
namespace App {
|
||||
class Origin;
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "App/OriginGroupExtension.h"
|
||||
|
||||
// inclusion of the generated files (generated out of OriginGroupPy.xml)
|
||||
#include "OriginGroupExtensionPy.h"
|
||||
#include "OriginGroupExtensionPy.cpp"
|
||||
@@ -37,12 +35,6 @@ std::string OriginGroupExtensionPy::representation(void) const
|
||||
return std::string("<OriginGroup object>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
PyObject *OriginGroupExtensionPy::getCustomAttributes(const char* /*attr*/) const
|
||||
{
|
||||
return 0;
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include <App/Document.h>
|
||||
#include <App/DocumentObject.h>
|
||||
|
||||
#include "Part.h"
|
||||
#include "PartPy.h"
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "App/Part.h"
|
||||
|
||||
// inclusion of the generated files (generated out of PartPy.xml)
|
||||
#include "PartPy.h"
|
||||
#include "PartPy.cpp"
|
||||
@@ -37,11 +35,6 @@ std::string PartPy::representation(void) const
|
||||
return std::string("<Part object>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
PyObject *PartPy::getCustomAttributes(const char* /*attr*/) const
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user