summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 02017f861..1a231b0f5 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -7,7 +7,6 @@
#include "landscape.h"
#include "mixer.h"
#include "sound.h"
-#include "vehicle.h"
#include "viewport.h"
#include "fileio.h"
#include "newgrf_sound.h"
@@ -15,6 +14,7 @@
#include "window_gui.h"
#include "core/alloc_func.hpp"
#include "map_func.h"
+#include "vehicle_base.h"
static uint _file_count;
static FileEntry *_files;