aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-11-10 15:24:17 +0000
committerMax Horn2002-11-10 15:24:17 +0000
commit0b3e4323f004976159ffd569caf12c71966cba58 (patch)
treeee4d656d3d4be9fbcc118e1cbaa3f1793479e315
parentc772fff655c7e34fa5a3460e3c7121b9cef7fa09 (diff)
downloadscummvm-rg350-0b3e4323f004976159ffd569caf12c71966cba58.tar.gz
scummvm-rg350-0b3e4323f004976159ffd569caf12c71966cba58.tar.bz2
scummvm-rg350-0b3e4323f004976159ffd569caf12c71966cba58.zip
if possible, always #include headers in the source files, not in other headers
svn-id: r5495
-rw-r--r--simon/midi.cpp1
-rw-r--r--simon/res.cpp1
-rw-r--r--simon/simon.cpp1
-rw-r--r--simon/simon.h3
4 files changed, 4 insertions, 2 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index c43da45af2..5282a7fbf1 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -23,6 +23,7 @@
#include "stdafx.h"
#include "scummsys.h"
#include "common/system.h"
+#include "common/file.h"
#include "sound/mididrv.h"
#include "sound/mixer.h"
#include "simon/simon.h"
diff --git a/simon/res.cpp b/simon/res.cpp
index fb7bcb0354..fcf4444a2e 100644
--- a/simon/res.cpp
+++ b/simon/res.cpp
@@ -21,6 +21,7 @@
// Resource file routines for Simon1/Simon2
#include "stdafx.h"
+#include "common/file.h"
#include "simon/simon.h"
#include "simon/intern.h"
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 67f2073f51..46aea603bc 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -24,6 +24,7 @@
#include "simon/intern.h"
#include "simon/vga.h"
#include "sound/mididrv.h"
+#include "common/file.h"
#include "common/gameDetector.h"
#include <errno.h>
#include <time.h>
diff --git a/simon/simon.h b/simon/simon.h
index a616ef338f..12ec171b99 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -23,10 +23,9 @@
#define SIMON_H
#include <stdio.h>
-#include "engine.h"
+#include "common/engine.h"
#include "simon/midi.h"
#include "sound/mixer.h"
-#include "file.h"
/* Various other settings */
//#define DUMP_CONTINOUS_MAINSCRIPT