diff options
author | Max Horn | 2003-10-10 12:12:56 +0000 |
---|---|---|
committer | Max Horn | 2003-10-10 12:12:56 +0000 |
commit | c11ebb33b6c4ae7c9766d1dd94009f390eedd846 (patch) | |
tree | ac4a749cbbcbc509ccdabb0bb6833535b5a04ecb /sound | |
parent | a8f8ae545268519f7044da25007f94cec6580909 (diff) | |
download | scummvm-rg350-c11ebb33b6c4ae7c9766d1dd94009f390eedd846.tar.gz scummvm-rg350-c11ebb33b6c4ae7c9766d1dd94009f390eedd846.tar.bz2 scummvm-rg350-c11ebb33b6c4ae7c9766d1dd94009f390eedd846.zip |
cleanup
svn-id: r10718
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mpu401.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp index e6391016c7..0f25d600b7 100644 --- a/sound/mpu401.cpp +++ b/sound/mpu401.cpp @@ -20,7 +20,6 @@ #include "stdafx.h" #include "mpu401.h" -#include "base/engine.h" // for g_engine #include "common/timer.h" #include "common/util.h" // for ARRAYSIZE |