From 764cff772b9eee29259330eeed03462036fa36df Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 2 Mar 2009 23:35:10 +0000 Subject: [PATCH] Minor #include optimization SVN-Revision: 5842 --- src/scripting/functions.hpp | 1 - src/world.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/functions.hpp b/src/scripting/functions.hpp index b535c7303..a219aef0f 100644 --- a/src/scripting/functions.hpp +++ b/src/scripting/functions.hpp @@ -24,7 +24,6 @@ #define __suspend #define __custom #include -#include "player_status.hpp" #endif namespace Scripting diff --git a/src/world.cpp b/src/world.cpp index df762ad3e..26ace8b5d 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -33,6 +33,7 @@ #include "log.hpp" #include "worldmap/worldmap.hpp" #include "mainloop.hpp" +#include "player_status.hpp" static bool has_suffix(const std::string& data, const std::string& suffix) { -- 2.11.0