1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 22:19:08 +00:00

(svn r13618) -Codechange: move tar-specific declarations to separate file

Removes indirect dependency on <string> and <map> for over 40 files
This commit is contained in:
smatz
2008-06-24 09:05:24 +00:00
parent 6e1dd7f719
commit fee2adb299
9 changed files with 44 additions and 22 deletions

View File

@@ -11,6 +11,7 @@
#include "core/alloc_func.hpp"
#include "core/math_func.hpp"
#include "string_func.h"
#include "tar_type.h"
#ifdef WIN32
#include <windows.h>
#else