summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sound/allegro_s.cpp1
-rw-r--r--src/video/allegro_v.cpp1
2 files changed, 0 insertions, 2 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>
diff --git a/src/video/allegro_v.cpp b/src/video/allegro_v.cpp
index ae10de771..e566a8dd5 100644
--- a/src/video/allegro_v.cpp
+++ b/src/video/allegro_v.cpp
@@ -15,7 +15,6 @@
#include "../openttd.h"
#include "../debug.h"
#include "../gfx_func.h"
-#include "../sdl.h"
#include "../variables.h"
#include "../rev.h"
#include "../blitter/factory.hpp"