diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-12-18 20:17:28 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-02-03 23:30:59 -0500 |
commit | 5a6155ccfa7ee8bb2187054c67f750101986588f (patch) | |
tree | 7637a86b5c8e77caf3af820ac20bce10539af56b /src/keystore.cpp | |
parent | 3447cf87e27262c57031361b3659fef938783295 (diff) |
c++11: don't forward-declare types used in maps
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r-- | src/keystore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp index 22cd08f30c..7531737e04 100644 --- a/src/keystore.cpp +++ b/src/keystore.cpp @@ -7,8 +7,6 @@ #include "crypter.h" #include "key.h" -#include "script/script.h" -#include "script/standard.h" #include "util.h" #include <boost/foreach.hpp> |