Minor #include optimization
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 2 Mar 2009 23:35:10 +0000 (23:35 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 2 Mar 2009 23:35:10 +0000 (23:35 +0000)
SVN-Revision: 5842

src/scripting/functions.hpp
src/world.cpp

index b535c73..a219aef 100644 (file)
@@ -24,7 +24,6 @@
 #define __suspend
 #define __custom
 #include <string>
-#include "player_status.hpp"
 #endif
 
 namespace Scripting
index df762ad..26ace8b 100644 (file)
@@ -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)
 {