Moved using statements out of headers and into cpp

This commit is contained in:
Matt Hill
2014-05-19 22:14:27 -05:00
parent be061ad452
commit b32b662b19
30 changed files with 218 additions and 199 deletions

View File

@@ -19,6 +19,7 @@
#include "config.h"
using namespace std;
Config::Config(const std::string country, const std::string config_file, const std::string runtime_dir)
{