]> Git Repo - VerusCoin.git/blobdiff - src/keystore.cpp
Cleanup code using forward declarations.
[VerusCoin.git] / src / keystore.cpp
index 808f8c24ef83bbf13b56d810aa1871233f4f1b72..05427291e0d106584e4a56becf3f8ed0cec802a7 100644 (file)
@@ -1,11 +1,16 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
-// Copyright (c) 2009-2012 The Bitcoin developers
+// Copyright (c) 2009-2013 The Bitcoin developers
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 #include "keystore.h"
+
+#include "crypter.h"
+#include "key.h"
 #include "script.h"
 
+#include <boost/foreach.hpp>
+
 bool CKeyStore::GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const
 {
     CKey key;
This page took 0.019926 seconds and 4 git commands to generate.