diff options
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r-- | gui/launcher.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index d157160bbc..dc62755e3f 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -32,10 +32,11 @@ #include "backends/fs/fs.h" +#include "base/gameDetector.h" +#include "base/plugins.h" + #include "common/config-file.h" #include "common/engine.h" -#include "common/gameDetector.h" -#include "common/plugins.h" enum { kStartCmd = 'STRT', |