summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-10 11:59:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-10 11:59:20 +0100
commit4c5ee43dcc535c8ef84f042b252ff6d4e724754d (patch)
tree6d7664059beb5df93261cdf5bfd94012af41416a /editor/app.hpp
parent50bddb29135723b6b2a825302d239ebf8ed7fb9f (diff)
fix no-pch msvc build
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index d784fe9a..63fcd6ae 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -2,7 +2,6 @@
#include "compat/defs.hpp"
#include "compat/enum-bitset.hpp"
#include "editor.hpp"
-#include "src/global-coords.hpp"
#include "draw/wireframe.hpp"
#include "draw/quad-floor.hpp"
#include "draw/quad-wall-n.hpp"