(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

@@ -27,6 +27,7 @@
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
#include "station_func.h"
#include <map>
#include "table/sprites.h"
#include "table/strings.h"