summaryrefslogtreecommitdiff
path: root/src/sound
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/cocoa_s.h2
-rw-r--r--src/sound/sdl_s.cpp5
-rw-r--r--src/sound/win32_s.h2
3 files changed, 4 insertions, 5 deletions
diff --git a/src/sound/cocoa_s.h b/src/sound/cocoa_s.h
index 7db5f7023..92f67cb10 100644
--- a/src/sound/cocoa_s.h
+++ b/src/sound/cocoa_s.h
@@ -7,4 +7,4 @@
extern const HalSoundDriver _cocoa_sound_driver;
-#endif
+#endif /* SOUND_COCOA_H */
diff --git a/src/sound/sdl_s.cpp b/src/sound/sdl_s.cpp
index 8ec31e9fb..cf6d06981 100644
--- a/src/sound/sdl_s.cpp
+++ b/src/sound/sdl_s.cpp
@@ -1,10 +1,9 @@
/* $Id$ */
-#include "../stdafx.h"
-
#ifdef WITH_SDL
-#include "../openttd.h"
+#include "../stdafx.h"
+
#include "../driver.h"
#include "../mixer.h"
#include "../sdl.h"
diff --git a/src/sound/win32_s.h b/src/sound/win32_s.h
index 65c6a957d..b91495edd 100644
--- a/src/sound/win32_s.h
+++ b/src/sound/win32_s.h
@@ -7,4 +7,4 @@
extern const HalSoundDriver _win32_sound_driver;
-#endif
+#endif /* SOUND_WIN32_H */