diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 11:59:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 11:59:20 +0100 |
commit | 4c5ee43dcc535c8ef84f042b252ff6d4e724754d (patch) | |
tree | 6d7664059beb5df93261cdf5bfd94012af41416a /editor/app.hpp | |
parent | 50bddb29135723b6b2a825302d239ebf8ed7fb9f (diff) |
fix no-pch msvc build
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
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" |