summaryrefslogtreecommitdiff
path: root/apps/opencs/view/render/terrainshapemode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/opencs/view/render/terrainshapemode.cpp')
-rw-r--r--apps/opencs/view/render/terrainshapemode.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/opencs/view/render/terrainshapemode.cpp b/apps/opencs/view/render/terrainshapemode.cpp
index 9052cc5e6b..baae1807fd 100644
--- a/apps/opencs/view/render/terrainshapemode.cpp
+++ b/apps/opencs/view/render/terrainshapemode.cpp
@@ -2,15 +2,12 @@
#include <algorithm>
#include <string>
-#include <sstream>
#include <memory>
#include <QWidget>
#include <QIcon>
#include <QEvent>
#include <QDropEvent>
-#include <QDragEnterEvent>
-#include <QDrag>
#include <osg/Group>
#include <osg/Vec3f>
@@ -18,20 +15,12 @@
#include <components/esm3/loadland.hpp>
#include <components/debug/debuglog.hpp>
-#include "../widget/brushshapes.hpp"
-#include "../widget/modebutton.hpp"
#include "../widget/scenetoolbar.hpp"
#include "../widget/scenetoolshapebrush.hpp"
-#include "../../model/doc/document.hpp"
#include "../../model/prefs/state.hpp"
-#include "../../model/world/commands.hpp"
-#include "../../model/world/data.hpp"
-#include "../../model/world/idtable.hpp"
#include "../../model/world/idtree.hpp"
-#include "../../model/world/land.hpp"
#include "../../model/world/tablemimedata.hpp"
-#include "../../model/world/universalid.hpp"
#include "brushdraw.hpp"
#include "commands.hpp"