summaryrefslogtreecommitdiff
path: root/src/tar_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 20:26:05 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 20:26:05 +0000
commite40eb8177ac3ed5235ae13314032bb47095c13e9 (patch)
tree1246affaf5592bce703cfdfe2910691d51147778 /src/tar_type.h
parent9856282d0b8bfe62ae9c1c9474bff71333cc7e66 (diff)
downloadopenttd-e40eb8177ac3ed5235ae13314032bb47095c13e9.tar.xz
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
Diffstat (limited to 'src/tar_type.h')
-rw-r--r--src/tar_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tar_type.h b/src/tar_type.h
index 50c238f77..6306fb650 100644
--- a/src/tar_type.h
+++ b/src/tar_type.h
@@ -15,6 +15,8 @@
#include <map>
#include <string>
+#include "fileio_type.h"
+
/** The define of a TarList. */
struct TarListEntry {
const char *filename;