summaryrefslogtreecommitdiff
path: root/src/sound/null_s.cpp
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2007-02-12 21:55:10 +0000
committerDarkvater <darkvater@openttd.org>2007-02-12 21:55:10 +0000
commit4d4c1e05053b18a4fe3f1645567abf947b5fee0d (patch)
tree0f33d24a48c6bc70726b21200657287d3e9ba408 /src/sound/null_s.cpp
parent2817acb4566ff30805990c4508c2e382b4745f35 (diff)
downloadopenttd-4d4c1e05053b18a4fe3f1645567abf947b5fee0d.tar.xz
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
Diffstat (limited to 'src/sound/null_s.cpp')
-rw-r--r--src/sound/null_s.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound/null_s.cpp b/src/sound/null_s.cpp
index f68c4b13a..e2c5ce2d8 100644
--- a/src/sound/null_s.cpp
+++ b/src/sound/null_s.cpp
@@ -1,7 +1,6 @@
/* $Id$ */
#include "../stdafx.h"
-#include "../openttd.h"
#include "null_s.h"
static const char *NullSoundStart(const char * const *parm) { return NULL; }