aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-02-15 16:50:24 +0000
committerMax Horn2008-02-15 16:50:24 +0000
commit98c661d70fca0dafc0a769c918cbb03d44642b96 (patch)
treeb2cd35494e70df60a54d35e0966c3963740a3ad0
parente640155089bf07dea4e7b45afeedaeea0d295e4c (diff)
downloadscummvm-rg350-98c661d70fca0dafc0a769c918cbb03d44642b96.tar.gz
scummvm-rg350-98c661d70fca0dafc0a769c918cbb03d44642b96.tar.bz2
scummvm-rg350-98c661d70fca0dafc0a769c918cbb03d44642b96.zip
Removed unused #include
svn-id: r30870
-rw-r--r--base/commandLine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 59a9c07995..573cb59c79 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -33,7 +33,6 @@
#include "common/fs.h"
#include "sound/mididrv.h"
-#include "sound/mixer.h"
#ifdef IPHONE
#include "backends/platform/iphone/osys_iphone.h"