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

@@ -2,6 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
#include "db.h"
#include "cryptopp/sha.h"
using namespace std;