aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/backdrop.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/backdrop.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/backdrop.cpp')
-rw-r--r--engines/sludge/backdrop.cpp37
1 files changed, 15 insertions, 22 deletions
diff --git a/engines/sludge/backdrop.cpp b/engines/sludge/backdrop.cpp
index 24185930a9..d80a8aeec6 100644
--- a/engines/sludge/backdrop.cpp
+++ b/engines/sludge/backdrop.cpp
@@ -20,32 +20,25 @@
*
*/
-#include "allfiles.h"
-#include "debug.h"
-#include "newfatal.h"
-#include "colours.h"
-#include "fileset.h"
-#include "cursors.h"
-#include "backdrop.h"
-#include "language.h"
-#include "moreio.h"
-#include "variable.h"
-#include "zbuffer.h"
-#include "graphics.h"
-#include "line.h"
-#include "people.h"
-#include "talk.h"
-#include "sludger.h"
-#include "statusba.h"
-#include "variable.h"
-#include "CommonCode/version.h"
#include "common/debug.h"
+#include "common/rect.h"
#include "image/png.h"
#include "graphics/surface.h"
#include "graphics/palette.h"
-#include "sludge.h"
-#include "imgloader.h"
-#include "common/rect.h"
+
+#include "sludge/allfiles.h"
+#include "sludge/newfatal.h"
+#include "sludge/colours.h"
+#include "sludge/fileset.h"
+#include "sludge/backdrop.h"
+#include "sludge/moreio.h"
+#include "sludge/zbuffer.h"
+#include "sludge/graphics.h"
+#include "sludge/line.h"
+#include "sludge/sludge.h"
+#include "sludge/sludger.h"
+#include "sludge/variable.h"
+#include "sludge/imgloader.h"
namespace Sludge {