From d3ff602f62eaf1d7130ffbaebf9b38eba6925ad3 Mon Sep 17 00:00:00 2001 From: Corantin H Date: Wed, 27 Dec 2023 12:29:25 +0100 Subject: [PATCH] Only include `layer_tiles.h` in `auto_map.cpp` --- src/game/editor/auto_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/editor/auto_map.cpp b/src/game/editor/auto_map.cpp index 4f58f8e0f..09cddebf5 100644 --- a/src/game/editor/auto_map.cpp +++ b/src/game/editor/auto_map.cpp @@ -5,10 +5,10 @@ #include #include +#include #include #include "auto_map.h" -#include "editor.h" // TODO: only needs CLayerTiles #include "editor_actions.h" // Based on triple32inc from https://github.com/skeeto/hash-prospector/tree/79a6074062a84907df6e45b756134b74e2956760