diff options
author | rubidium <rubidium@openttd.org> | 2008-01-09 09:45:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-09 09:45:45 +0000 |
commit | 0e517fe023a697d9df45e56548f77946a3d0ddb9 (patch) | |
tree | 5166041a51236814028fc71befa8a3fcb524ecb1 /src/sound.cpp | |
parent | 931e6ea49de62723c57523095c38f26d36fcc134 (diff) | |
download | openttd-0e517fe023a697d9df45e56548f77946a3d0ddb9.tar.xz |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Diffstat (limited to 'src/sound.cpp')
-rw-r--r-- | src/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp index c2047c05e..02e65f46b 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -7,7 +7,6 @@ #include "landscape.h" #include "mixer.h" #include "sound_func.h" -#include "viewport.h" #include "fileio.h" #include "newgrf_sound.h" #include "fios.h" |