Only include init.h when we have to

This commit is contained in:
Jordan Lewis
2011-05-15 16:52:31 -05:00
parent 40c2614ef4
commit edd309e537
5 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include "headers.h"
#include "db.h"
#include "net.h"
#include "init.h"
#include "cryptopp/sha.h"
using namespace std;