Split DH from utils, remove utils from project

This commit is contained in:
Vinnie Falco
2013-05-27 10:41:50 -07:00
parent e842548a29
commit 92bdcba096
33 changed files with 44 additions and 95 deletions

View File

@@ -7,7 +7,6 @@
#include <boost/lexical_cast.hpp>
#include <boost/foreach.hpp>
#include "utils.h"
// These must stay at the top of this file
std::map<int, SField::ptr> SField::codeToField;