diff --git a/geometry.cpp b/geometry.cpp
index 3b6b6bb81c..a8f2221a27 100644
--- a/geometry.cpp
+++ b/geometry.cpp
@@ -32,7 +32,6 @@ along with this program. If not, see .
#include
#include
#include
-#include
#include
#include "placement.h"
diff --git a/manage.cpp b/manage.cpp
index 585a4816e4..2b39aeb427 100644
--- a/manage.cpp
+++ b/manage.cpp
@@ -33,7 +33,6 @@ along with this program. If not, see .
#include "notifications.h"
#include
-#include
#include "rules.h"
#include "group.h"
@@ -239,8 +238,8 @@ bool Client::manage( Window w, bool isMapped )
if (geom != workspace()->clientArea( ScreenArea, geom.center(), desktop()))
{
geom = workspace()->clientArea( FullArea, geom.center(), desktop());
- placementDone = true;
}
+ placementDone = true;
}
bool usePosition = false;