summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-24 12:12:36 +0000
committerrubidium <rubidium@openttd.org>2011-08-24 12:12:36 +0000
commit38ad276acc6f108162c4255b837d4c450b91f23d (patch)
tree1f8aeeb31d4dab0eba9a70a31f04dadd35caa966 /src/newgrf_config.cpp
parent9fe4b959ac90c91185ea0974f9a4d16091b0d3aa (diff)
downloadopenttd-38ad276acc6f108162c4255b837d4c450b91f23d.tar.xz
(svn r22819) -Fix: include the header where it should be included
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r--src/newgrf_config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index 693339182..69bcf6f7a 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -18,7 +18,6 @@
#include "newgrf_text.h"
#include "window_func.h"
#include "progress.h"
-#include "thread/thread.h"
#include "video/video_driver.hpp"
#include "fileio_func.h"