summaryrefslogtreecommitdiff
path: root/src/sound
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-14 08:14:57 +0000
committerrubidium <rubidium@openttd.org>2009-10-14 08:14:57 +0000
commit73418344300fdd1f1a97cef1f428121ff7b870bf (patch)
tree8ce7324665bde5cb14cd84c3d4ad6e7b3c62077c /src/sound
parent3bb1f4217dcb229c2e064e9f0e1d58a757474cc0 (diff)
downloadopenttd-73418344300fdd1f1a97cef1f428121ff7b870bf.tar.xz
(svn r17773) -Cleanup: sdl.h isn't needed for allegro
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/allegro_s.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound/allegro_s.cpp b/src/sound/allegro_s.cpp
index 4556e0899..cde0aad21 100644
--- a/src/sound/allegro_s.cpp
+++ b/src/sound/allegro_s.cpp
@@ -15,7 +15,6 @@
#include "../driver.h"
#include "../mixer.h"
-#include "../sdl.h"
#include "../debug.h"
#include "allegro_s.h"
#include <allegro.h>