From 1709a4f2037f45b199da319cc7cc4ea2c3f177bd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 29 Oct 2022 03:45:13 +0200 Subject: update pch --- editor/camera.cpp | 1 - editor/editor.cpp | 2 +- editor/precomp.hpp | 11 +---------- 3 files changed, 2 insertions(+), 12 deletions(-) (limited to 'editor') 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 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 +#include #include #include 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 -#include -#include -#include - -#include -#include +#include #include #include #include -#include #include #include #include -#include -- cgit v1.2.3