From c1a678afeb5100a99030bb51782e5de98d771997 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Sep 2003 22:41:01 +0000 Subject: new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 --- sky/sky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky/sky.cpp') diff --git a/sky/sky.cpp b/sky/sky.cpp index 4981149806..c2c0708d23 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -26,8 +26,8 @@ #include "sky/logic.h" #include "sky/debug.h" #include "sky/mouse.h" +#include "base/gameDetector.h" #include "common/file.h" -#include "common/gameDetector.h" #include #include -- cgit v1.2.3