Strip includes from module sources and move them into unity .cpp file

This commit is contained in:
Vinnie Falco
2013-05-22 13:54:27 -07:00
parent 75907d3140
commit 5615bd230d
43 changed files with 87 additions and 308 deletions

View File

@@ -1,6 +1,4 @@
#include "LedgerFormats.h"
std::map<int, LedgerEntryFormat*> LedgerEntryFormat::byType;
std::map<std::string, LedgerEntryFormat*> LedgerEntryFormat::byName;