[App] Link and Material: remove unused includes
This commit is contained in:
@@ -22,22 +22,16 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <boost_bind_bind.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/preprocessor/stringize.hpp>
|
||||
#include <Base/Tools.h>
|
||||
|
||||
#include "Application.h"
|
||||
#include "ComplexGeoData.h"
|
||||
#include "ComplexGeoDataPy.h"
|
||||
#include "Document.h"
|
||||
#include "GroupExtension.h"
|
||||
#include "Link.h"
|
||||
#include "LinkBaseExtensionPy.h"
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Tools.h>
|
||||
#include "ComplexGeoData.h"
|
||||
#include "ComplexGeoDataPy.h"
|
||||
|
||||
//FIXME: ISO C++11 requires at least one argument for the "..." in a variadic macro
|
||||
#if defined(__clang__)
|
||||
|
||||
@@ -24,20 +24,13 @@
|
||||
#define APP_LINK_H
|
||||
|
||||
#include <unordered_set>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <boost/preprocessor/facilities/expand.hpp>
|
||||
#include <boost/preprocessor/cat.hpp>
|
||||
#include <boost/preprocessor/seq/for_each.hpp>
|
||||
#include <boost/preprocessor/seq/elem.hpp>
|
||||
#include <boost/preprocessor/seq/cat.hpp>
|
||||
#include <boost/preprocessor/tuple/elem.hpp>
|
||||
#include <boost/preprocessor/tuple/enum.hpp>
|
||||
|
||||
#include "DocumentObject.h"
|
||||
#include "FeaturePython.h"
|
||||
#include "PropertyLinks.h"
|
||||
#include "DocumentObjectExtension.h"
|
||||
#include "FeaturePython.h"
|
||||
#include "GroupExtension.h"
|
||||
#include "PropertyLinks.h"
|
||||
|
||||
|
||||
//FIXME: ISO C++11 requires at least one argument for the "..." in a variadic macro
|
||||
#if defined(__clang__)
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
# include <cstring>
|
||||
#endif
|
||||
|
||||
#include <Base/Exception.h>
|
||||
#include "Material.h"
|
||||
|
||||
using namespace App;
|
||||
|
||||
@@ -23,11 +23,8 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "MaterialObject.h"
|
||||
#include "DocumentObjectPy.h"
|
||||
|
||||
|
||||
using namespace App;
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#define APP_MaterialObject_H
|
||||
|
||||
#include "DocumentObject.h"
|
||||
#include "PropertyStandard.h"
|
||||
#include "FeaturePython.h"
|
||||
|
||||
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include "App/Material.h"
|
||||
|
||||
// inclusion of the generated files (generated out of MaterialPy.xml)
|
||||
#include "MaterialPy.h"
|
||||
#include "MaterialPy.cpp"
|
||||
|
||||
Reference in New Issue
Block a user