From 064b547191b29dd4e8ec4ae6040574582813f867 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 15 Aug 2002 21:54:22 +0000 Subject: mididrv.h -> sound/mididrv.h (so that we can get rid of -Isound/) svn-id: r4750 --- main.cpp | 2 +- sdl.cpp | 2 +- sdl_gl.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 6baa7e2b20..8b03179030 100644 --- a/main.cpp +++ b/main.cpp @@ -22,7 +22,7 @@ #include "stdafx.h" #include "scumm.h" -#include "mididrv.h" +#include "sound/mididrv.h" #include "gameDetector.h" #include "gui.h" #include "simon/simon.h" diff --git a/sdl.cpp b/sdl.cpp index 152c00abca..204d1323dd 100644 --- a/sdl.cpp +++ b/sdl.cpp @@ -23,7 +23,7 @@ #include "stdafx.h" #include "scummsys.h" #include "system.h" -#include "mididrv.h" +#include "sound/mididrv.h" #include "gameDetector.h" #include "scaler.h" #include "scumm.h" // Only #included for error() and warning() diff --git a/sdl_gl.cpp b/sdl_gl.cpp index 961886c98d..adec2a1f6b 100644 --- a/sdl_gl.cpp +++ b/sdl_gl.cpp @@ -23,7 +23,7 @@ #include "stdafx.h" #include "scummsys.h" #include "system.h" -#include "mididrv.h" +#include "sound/mididrv.h" #include "gameDetector.h" #include "scaler.h" #include "scumm.h" // Only #included for error() and warning() -- cgit v1.2.3