Only include db.h when we have to.

This commit is contained in:
Jordan Lewis
2011-05-14 15:57:34 -05:00
parent f23f9a03c8
commit 1512d5ce64
7 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include "headers.h"
#include "cryptopp/sha.h"
#include "db.h"
#undef printf
#include <boost/asio.hpp>
#include <boost/iostreams/concepts.hpp>