aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2006-04-04 21:45:13 +0000
committerMax Horn2006-04-04 21:45:13 +0000
commite4930bd96d3f5d8947f4ffd012cdf5a8131b686d (patch)
treef56ad9e2f7c1a81a22644972c2478f071835f464 /base
parent595a48a87e73db770057bf5ec5a9104582877e18 (diff)
downloadscummvm-rg350-e4930bd96d3f5d8947f4ffd012cdf5a8131b686d.tar.gz
scummvm-rg350-e4930bd96d3f5d8947f4ffd012cdf5a8131b686d.tar.bz2
scummvm-rg350-e4930bd96d3f5d8947f4ffd012cdf5a8131b686d.zip
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
svn-id: r21605
Diffstat (limited to 'base')
-rw-r--r--base/gameDetector.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index eb6acab5de..a08ce3efb0 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -34,10 +34,6 @@
#include "sound/mididrv.h"
#include "sound/mixer.h"
-#if defined(HAVE_CONFIG_H)
-#include "config.h"
-#endif
-
#ifdef UNIX
#include <errno.h>
#include <sys/stat.h>