aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/midi.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-05 11:16:03 +0100
committerEugene Sandulenko2011-08-06 11:28:40 +0100
commit6e795a89b0d45c79f99dcd9d50fda467e9a2466e (patch)
treec69ae1ebe1ef42b3f2c887a2e75dd85a788943ab /engines/agos/midi.cpp
parent43c7b10566ee0c9ad51ca611ff1fa21fde889c08 (diff)
downloadscummvm-rg350-6e795a89b0d45c79f99dcd9d50fda467e9a2466e.tar.gz
scummvm-rg350-6e795a89b0d45c79f99dcd9d50fda467e9a2466e.tar.bz2
scummvm-rg350-6e795a89b0d45c79f99dcd9d50fda467e9a2466e.zip
AGOS: Reduced header dependency
Diffstat (limited to 'engines/agos/midi.cpp')
-rw-r--r--engines/agos/midi.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/agos/midi.cpp b/engines/agos/midi.cpp
index 88f6dd80d1..9a93e0a273 100644
--- a/engines/agos/midi.cpp
+++ b/engines/agos/midi.cpp
@@ -20,14 +20,12 @@
*
*/
-
-
#include "common/config-manager.h"
#include "common/file.h"
-#include "common/system.h"
#include "common/textconsole.h"
#include "agos/agos.h"
+#include "agos/midi.h"
namespace AGOS {