aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/variable.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/variable.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/variable.cpp')
-rw-r--r--engines/sludge/variable.cpp23
1 files changed, 12 insertions, 11 deletions
diff --git a/engines/sludge/variable.cpp b/engines/sludge/variable.cpp
index 96473cc423..00df66c6d8 100644
--- a/engines/sludge/variable.cpp
+++ b/engines/sludge/variable.cpp
@@ -19,21 +19,22 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-#include "debug.h"
-#include "allfiles.h"
-#include "variable.h"
-#include "newfatal.h"
-#include "stringy.h"
-#include "objtypes.h"
-#include "people.h"
-#include "fileset.h"
+#include <dirent.h>
-#include "sludge.h"
#include "common/debug.h"
-#include <dirent.h>
-#include "moreio.h"
+#include "sludge/debug.h"
+#include "sludge/allfiles.h"
+#include "sludge/variable.h"
+#include "sludge/moreio.h"
+#include "sludge/newfatal.h"
+#include "sludge/stringy.h"
+#include "sludge/objtypes.h"
+#include "sludge/people.h"
+#include "sludge/fileset.h"
+#include "sludge/sludge.h"
+
#ifdef _WIN32
#include "windows.h"