diff --git a/src/App/ApplicationPy.h b/src/App/ApplicationPy.h
index ba94ee71b0..4c0bd34dfc 100644
--- a/src/App/ApplicationPy.h
+++ b/src/App/ApplicationPy.h
@@ -21,8 +21,7 @@
* *
**************************************************************************/
-#ifndef APP_APPLICATIONPY_H
-#define APP_APPLICATIONPY_H
+#pragma once
#include
@@ -90,5 +89,3 @@ public:
};
}
-
-#endif // APP_APPLICATIONPY_H
diff --git a/src/App/Range.h b/src/App/Range.h
index e839f7cd0d..6f4f4113dd 100644
--- a/src/App/Range.h
+++ b/src/App/Range.h
@@ -26,9 +26,7 @@
#include
#include
-#ifndef FC_GLOBAL_H
#include
-#endif
namespace App
{
@@ -264,4 +262,4 @@ private:
} // namespace App
-ENABLE_BITMASK_OPERATORS(App::CellAddress::Cell)
\ No newline at end of file
+ENABLE_BITMASK_OPERATORS(App::CellAddress::Cell)
diff --git a/src/Base/Builder3D.h b/src/Base/Builder3D.h
index 5729bbc13d..c4b64e74a1 100644
--- a/src/Base/Builder3D.h
+++ b/src/Base/Builder3D.h
@@ -31,9 +31,7 @@
#include
#include
#include
-#ifndef FC_GLOBAL_H
-# include
-#endif
+#include
#include "Placement.h"
diff --git a/src/Base/Debugger.h b/src/Base/Debugger.h
index ffa1d289ec..767bf5cca1 100644
--- a/src/Base/Debugger.h
+++ b/src/Base/Debugger.h
@@ -27,9 +27,7 @@
#include
#include
-#ifndef FC_GLOBAL_H
-# include
-#endif
+#include
namespace Base
{
diff --git a/src/Base/Factory.h b/src/Base/Factory.h
index cc7c813f85..6bf3e203d1 100644
--- a/src/Base/Factory.h
+++ b/src/Base/Factory.h
@@ -29,9 +29,7 @@
#include
#include