(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

@@ -15,6 +15,7 @@
#include "gamelog.h"
#include "network/network_type.h"
#include "tar_type.h"
#include "fileio.h"
#include "fios.h"
#include <sys/stat.h>