summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-29 03:45:13 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-29 03:45:13 +0200
commit1709a4f2037f45b199da319cc7cc4ea2c3f177bd (patch)
treecc1ba361e5e0a4803c4c21e90e3f8b431bad74e5 /editor/precomp.hpp
parent1995c5981e044c5c537b48c53073409137c42ec6 (diff)
update pch
Diffstat (limited to 'editor/precomp.hpp')
-rw-r--r--editor/precomp.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/editor/precomp.hpp b/editor/precomp.hpp
index fcc422b6..b1652eaf 100644
--- a/editor/precomp.hpp
+++ b/editor/precomp.hpp
@@ -1,21 +1,12 @@
#pragma once
#include "src/precomp.hpp"
-
-#include <memory>
-#include <optional>
-#include <filesystem>
-#include <vector>
-
-#include <Corrade/Containers/Pointer.h>
-#include <Corrade/Containers/StringStlView.h>
+#include <cstdlib>
#include <Corrade/Utility/Arguments.h>
#include <Magnum/Math/Color.h>
#include <Magnum/GL/DebugOutput.h>
-#include <Magnum/GL/DefaultFramebuffer.h>
#include <Magnum/GL/Renderer.h>
#include <Magnum/Platform/Sdl2Application.h>
#include <Magnum/ImGuiIntegration/Context.h>
-#include <SDL_video.h>