[App] Link and Material: remove unused includes

This commit is contained in:
Uwe
2022-02-27 19:01:23 +01:00
committed by wmayer
parent eb4a5384c0
commit 07912f7388
6 changed files with 7 additions and 27 deletions

View File

@@ -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__)

View File

@@ -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__)

View File

@@ -27,7 +27,6 @@
# include <cstring>
#endif
#include <Base/Exception.h>
#include "Material.h"
using namespace App;

View File

@@ -23,11 +23,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "MaterialObject.h"
#include "DocumentObjectPy.h"
using namespace App;

View File

@@ -25,7 +25,6 @@
#define APP_MaterialObject_H
#include "DocumentObject.h"
#include "PropertyStandard.h"
#include "FeaturePython.h"

View File

@@ -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"