diff options
| author | Max Horn | 2002-08-15 21:54:22 +0000 | 
|---|---|---|
| committer | Max Horn | 2002-08-15 21:54:22 +0000 | 
| commit | 064b547191b29dd4e8ec4ae6040574582813f867 (patch) | |
| tree | ee81432212ebf18c8e5940c6c2f9af3990f54a71 | |
| parent | 1e582323c72a9c418bb4172c9de8551e4ea550e0 (diff) | |
| download | scummvm-rg350-064b547191b29dd4e8ec4ae6040574582813f867.tar.gz scummvm-rg350-064b547191b29dd4e8ec4ae6040574582813f867.tar.bz2 scummvm-rg350-064b547191b29dd4e8ec4ae6040574582813f867.zip  | |
mididrv.h -> sound/mididrv.h (so that we can get rid of -Isound/)
svn-id: r4750
| -rw-r--r-- | main.cpp | 2 | ||||
| -rw-r--r-- | sdl.cpp | 2 | ||||
| -rw-r--r-- | sdl_gl.cpp | 2 | 
3 files changed, 3 insertions, 3 deletions
@@ -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" @@ -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()  | 
