summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 08:52:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 10:35:00 +0200
commitfdcff54e1d845343cdfe39040aac6f7ff9b4163a (patch)
treedb8de10a96b8022f43761c74a2d58453e3380d93 /editor/precomp.hpp
parent8c867fac69fa9da0370000fa170cad1e22702ce5 (diff)
cmake: remove precompiled headers
They were having problems including fmtlib and robin_map.
Diffstat (limited to 'editor/precomp.hpp')
-rw-r--r--editor/precomp.hpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/editor/precomp.hpp b/editor/precomp.hpp
deleted file mode 100644
index c0167163..00000000
--- a/editor/precomp.hpp
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-#include "src/precomp.hpp"
-#include "entity/metadata.hpp"
-#include "entity/accessor.hpp"
-
-#include "src/entity.hpp"
-#include "src/chunk.hpp"
-#include "src/world.hpp"
-#include "src/global-coords.hpp"
-#include "src/anim-atlas.hpp"
-
-#include "app.hpp"
-#include "imgui-raii.hpp"
-
-#include <cstdlib>
-#include <map>
-
-#include <Corrade/Containers/BitArrayView.h>
-#include <Corrade/Utility/Arguments.h>
-#include <Magnum/ImGuiIntegration/Context.hpp>
-
-#if __has_include(<SDL.h>)
-#include <Magnum/Platform/Sdl2Application.h>
-#endif