From e4930bd96d3f5d8947f4ffd012cdf5a8131b686d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Apr 2006 21:45:13 +0000 Subject: Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead svn-id: r21605 --- backends/midi/alsa.cpp | 5 ++--- backends/sdl/sdl.cpp | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'backends') diff --git a/backends/midi/alsa.cpp b/backends/midi/alsa.cpp index 5a109148a4..5a59a7d063 100644 --- a/backends/midi/alsa.cpp +++ b/backends/midi/alsa.cpp @@ -20,9 +20,8 @@ * $Id$ */ -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif +#include "common/stdafx.h" +#include "common/scummsys.h" #if defined(UNIX) && defined(USE_ALSA) diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index ed3371d4fb..89352c7779 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -26,10 +26,6 @@ #include "common/util.h" #include "base/main.h" -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif - #include "scummvm.xpm" #if defined(__amigaos4__) -- cgit v1.2.3