aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/drivers/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scalpel/drivers/adlib.cpp')
-rw-r--r--engines/sherlock/scalpel/drivers/adlib.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sherlock/scalpel/drivers/adlib.cpp b/engines/sherlock/scalpel/drivers/adlib.cpp
index 29a39f0c39..3d29d0c5ed 100644
--- a/engines/sherlock/scalpel/drivers/adlib.cpp
+++ b/engines/sherlock/scalpel/drivers/adlib.cpp
@@ -21,14 +21,12 @@
*/
#include "sherlock/sherlock.h"
-#include "sherlock/scalpel/drivers/mididriver.h"
-#include "common/file.h"
#include "common/system.h"
#include "common/textconsole.h"
#include "audio/fmopl.h"
-#include "audio/softsynth/emumidi.h"
+#include "audio/mididrv.h"
namespace Sherlock {