diff --git a/src/App/Placement.cpp b/src/App/Placement.cpp
index d3e9364337..dadba176ad 100644
--- a/src/App/Placement.cpp
+++ b/src/App/Placement.cpp
@@ -23,9 +23,6 @@
#include "PreCompiled.h"
-#ifndef _PreComp_
-#endif
-
#include
#include "Placement.h"
diff --git a/src/App/Placement.h b/src/App/Placement.h
index e7ae37dcea..a34475d574 100644
--- a/src/App/Placement.h
+++ b/src/App/Placement.h
@@ -25,25 +25,11 @@
#define _AppPlacement_h_
#include
-
#include "FeaturePython.h"
-#include "GeoFeature.h"
-#include "PropertyGeo.h"
-
-
-namespace Base
-{
-// class Vector3D;
- //class Matrix4D;
-}
-
-//using Base::Vector3D;
-//using Base::Matrix4D;
namespace App
{
-
/** Placement Object
* Handles the repositioning of data. Also can do grouping
*/
@@ -52,8 +38,6 @@ class AppExport Placement: public App::GeoFeature
PROPERTY_HEADER(App::Placement);
public:
-
-
/// Constructor
Placement(void);
virtual ~Placement();
@@ -68,10 +52,7 @@ public:
typedef App::FeaturePythonT PlacementPython;
-
-
} //namespace App
-
#endif
diff --git a/src/App/Property.cpp b/src/App/Property.cpp
index 52876db92c..7dc5caa5d0 100644
--- a/src/App/Property.cpp
+++ b/src/App/Property.cpp
@@ -24,19 +24,17 @@
#include "PreCompiled.h"
#ifndef _PreComp_
-# include
+#include
#endif
#include
+#include
+#include
-/// Here the FreeCAD includes sorted by Base,App,Gui......
#include "Property.h"
#include "ObjectIdentifier.h"
#include "PropertyContainer.h"
-#include
-#include
-#include "Application.h"
-#include "DocumentObject.h"
+
using namespace App;
diff --git a/src/App/Property.h b/src/App/Property.h
index 8258724db3..d6f3cc4614 100644
--- a/src/App/Property.h
+++ b/src/App/Property.h
@@ -24,14 +24,12 @@
#ifndef APP_PROPERTY_H
#define APP_PROPERTY_H
-// Std. configurations
-
#include
#include
#include
-#include
-#include
#include
+#include
+#include
#include
namespace Py {
diff --git a/src/App/PropertyContainer.cpp b/src/App/PropertyContainer.cpp
index 9abad5e779..a5f8d63f47 100644
--- a/src/App/PropertyContainer.cpp
+++ b/src/App/PropertyContainer.cpp
@@ -23,22 +23,14 @@
#include "PreCompiled.h"
-#ifndef _PreComp_
-# include
-# include
-# include
-#endif
-
-/// Here the FreeCAD includes sorted by Base,App,Gui......
-#include
-#include
#include
#include
+#include
+#include
-#include "Application.h"
#include "Property.h"
#include "PropertyContainer.h"
-#include "PropertyLinks.h"
+
FC_LOG_LEVEL_INIT("App",true,true)
diff --git a/src/App/PropertyContainer.h b/src/App/PropertyContainer.h
index 92458b8d5a..f7ebe291c2 100644
--- a/src/App/PropertyContainer.h
+++ b/src/App/PropertyContainer.h
@@ -25,7 +25,6 @@
#define APP_PROPERTYCONTAINER_H
#include