diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 03:45:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 03:45:13 +0200 |
commit | 1709a4f2037f45b199da319cc7cc4ea2c3f177bd (patch) | |
tree | cc1ba361e5e0a4803c4c21e90e3f8b431bad74e5 /editor | |
parent | 1995c5981e044c5c537b48c53073409137c42ec6 (diff) |
update pch
Diffstat (limited to 'editor')
-rw-r--r-- | editor/camera.cpp | 1 | ||||
-rw-r--r-- | editor/editor.cpp | 2 | ||||
-rw-r--r-- | editor/precomp.hpp | 11 |
3 files changed, 2 insertions, 12 deletions
diff --git a/editor/camera.cpp b/editor/camera.cpp index a41e62d9..2d46cba6 100644 --- a/editor/camera.cpp +++ b/editor/camera.cpp @@ -2,7 +2,6 @@ #include "src/global-coords.hpp" #include "shaders/tile.hpp" #include "floormat/main.hpp" -#include <Magnum/GL/DefaultFramebuffer.h> namespace floormat { diff --git a/editor/editor.cpp b/editor/editor.cpp index defc1476..dca7cfe0 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -7,7 +7,7 @@ #include "compat/unreachable.hpp" #include "src/tile-defs.hpp" #include "src/world.hpp" -#include <Corrade/Containers/StringStlView.h> +#include <Corrade/Containers/StringView.h> #include <filesystem> #include <vector> 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> |