diff --git a/src/App/BackupPolicy.h b/src/App/BackupPolicy.h index d403b88171..d5cf26f6ce 100644 --- a/src/App/BackupPolicy.h +++ b/src/App/BackupPolicy.h @@ -23,7 +23,6 @@ #include "FCGlobal.h" -#include #include #include #include diff --git a/src/App/Document.cpp b/src/App/Document.cpp index bf07d270b8..28976853d0 100644 --- a/src/App/Document.cpp +++ b/src/App/Document.cpp @@ -25,7 +25,6 @@ #ifndef _PreComp_ #include #include -#include #include #include #include diff --git a/src/App/ElementMap.cpp b/src/App/ElementMap.cpp index 54d6a3527e..da3fd7636d 100644 --- a/src/App/ElementMap.cpp +++ b/src/App/ElementMap.cpp @@ -16,6 +16,7 @@ #include #include +#include FC_LOG_LEVEL_INIT("ElementMap", true, 2); // NOLINT diff --git a/src/App/Expression.cpp b/src/App/Expression.cpp index 9275e678b1..db5862f1c1 100644 --- a/src/App/Expression.cpp +++ b/src/App/Expression.cpp @@ -31,6 +31,7 @@ #endif #include +#include #include #include diff --git a/src/App/PreCompiled.h b/src/App/PreCompiled.h index bd32e3058f..982e2a8125 100644 --- a/src/App/PreCompiled.h +++ b/src/App/PreCompiled.h @@ -97,9 +97,6 @@ #include #include #include -#include -#include -#include #include #include diff --git a/src/App/PropertyStandard.h b/src/App/PropertyStandard.h index 437c4beb97..f864a554a5 100644 --- a/src/App/PropertyStandard.h +++ b/src/App/PropertyStandard.h @@ -29,7 +29,6 @@ #include #include #include -#include #include #include "Property.h" diff --git a/src/Base/PreCompiled.h b/src/Base/PreCompiled.h index 8debb1c881..1f3cc4f5be 100644 --- a/src/Base/PreCompiled.h +++ b/src/Base/PreCompiled.h @@ -113,9 +113,6 @@ #include #include -#include -#include -#include #include #include #include diff --git a/src/Base/QuantityPyImp.cpp b/src/Base/QuantityPyImp.cpp index 365ef592f6..e8e97645b5 100644 --- a/src/Base/QuantityPyImp.cpp +++ b/src/Base/QuantityPyImp.cpp @@ -23,6 +23,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ #include +#include #include #include #include diff --git a/src/Gui/PreCompiled.h b/src/Gui/PreCompiled.h index 4da9bd1cda..f1b3ce8192 100644 --- a/src/Gui/PreCompiled.h +++ b/src/Gui/PreCompiled.h @@ -88,9 +88,6 @@ #include #include #include -#include -#include -#include #include #include #include diff --git a/src/Gui/PreferencePages/DlgSettingsGeneral.cpp b/src/Gui/PreferencePages/DlgSettingsGeneral.cpp index 7b9c563725..12cda33bfb 100644 --- a/src/Gui/PreferencePages/DlgSettingsGeneral.cpp +++ b/src/Gui/PreferencePages/DlgSettingsGeneral.cpp @@ -33,7 +33,6 @@ # include # include # include -# include #endif #include diff --git a/src/Tools/bindings/templates/templateClassPyExport.py b/src/Tools/bindings/templates/templateClassPyExport.py index 99811a2aa4..3f9bb112a9 100644 --- a/src/Tools/bindings/templates/templateClassPyExport.py +++ b/src/Tools/bindings/templates/templateClassPyExport.py @@ -368,9 +368,6 @@ public: // Every change you make here gets lost in the next full rebuild! // This File is normally built as an include in @self.export.Name@Imp.cpp! It's not intended to be in a project! -#include -#include -#include #include #include #include