aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
diff options
context:
space:
mode:
authoryinsimei2017-06-05 19:10:47 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commita8ccd053157f18c5d125bb114cdb1e17ac17460a (patch)
treefe4e626ccaf0a6ff4b32e904b019ff33c9840d01 /engines/sludge/main_loop.cpp
parentc44b4f3128931038215cce7c3d1fa23cfa67c75c (diff)
downloadscummvm-rg350-a8ccd053157f18c5d125bb114cdb1e17ac17460a.tar.gz
scummvm-rg350-a8ccd053157f18c5d125bb114cdb1e17ac17460a.tar.bz2
scummvm-rg350-a8ccd053157f18c5d125bb114cdb1e17ac17460a.zip
SLUDGE: header formatting
Diffstat (limited to 'engines/sludge/main_loop.cpp')
-rw-r--r--engines/sludge/main_loop.cpp48
1 files changed, 25 insertions, 23 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index 14ffed0595..143d84f05d 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -52,30 +52,32 @@
#include <SDL/SDL_syswm.h>
#endif
-#include "allfiles.h"
-#include "debug.h"
-#include "platform-dependent.h"
-#include "language.h"
-#include "stringy.h"
-#include "sludger.h"
-#include "backdrop.h"
-#include "language.h"
-#include "newfatal.h"
-#include "people.h"
-#include "floor.h"
-#include "objtypes.h"
-#include "talk.h"
-#include "statusba.h"
-#include "transition.h"
-#include "CommonCode/specialsettings.h"
-#include "timing.h"
-#include "sound.h"
-#include "sludger.h"
-#include "graphics.h"
-#include "helpers.h"
-#include "graphics/surface.h"
#include "common/debug.h"
-#include "sludge.h"
+
+#include "graphics/surface.h"
+
+#include "sludge/allfiles.h"
+#include "sludge/debug.h"
+#include "sludge/platform-dependent.h"
+#include "sludge/language.h"
+#include "sludge/stringy.h"
+#include "sludge/sludger.h"
+#include "sludge/backdrop.h"
+#include "sludge/language.h"
+#include "sludge/newfatal.h"
+#include "sludge/people.h"
+#include "sludge/floor.h"
+#include "sludge/objtypes.h"
+#include "sludge/talk.h"
+#include "sludge/statusba.h"
+#include "sludge/transition.h"
+#include "sludge/timing.h"
+#include "sludge/sound.h"
+#include "sludge/sludger.h"
+#include "sludge/graphics.h"
+#include "sludge/helpers.h"
+#include "sludge/sludge.h"
+#include "sludge/CommonCode/specialsettings.h"
namespace Sludge {