diff options
author | Max Horn | 2006-04-04 21:45:13 +0000 |
---|---|---|
committer | Max Horn | 2006-04-04 21:45:13 +0000 |
commit | e4930bd96d3f5d8947f4ffd012cdf5a8131b686d (patch) | |
tree | f56ad9e2f7c1a81a22644972c2478f071835f464 /backends/sdl | |
parent | 595a48a87e73db770057bf5ec5a9104582877e18 (diff) | |
download | scummvm-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 'backends/sdl')
-rw-r--r-- | backends/sdl/sdl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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__) |