From d3dfc5af1a5c7e024132b1747123a28c02cf9324 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 15 Oct 2012 14:59:46 -0700 Subject: [PATCH] Remove extraneous header file. --- src/PubKeyCache.cpp | 3 --- src/Wallet.cpp | 1 - 2 files changed, 4 deletions(-) diff --git a/src/PubKeyCache.cpp b/src/PubKeyCache.cpp index 4ca514039..8d11c74c5 100644 --- a/src/PubKeyCache.cpp +++ b/src/PubKeyCache.cpp @@ -1,9 +1,6 @@ #include "PubKeyCache.h" #include "Application.h" -#include - - CKey::pointer PubKeyCache::locate(const NewcoinAddress& id) { { // is it in cache diff --git a/src/Wallet.cpp b/src/Wallet.cpp index f5670eda7..ab9c866ef 100644 --- a/src/Wallet.cpp +++ b/src/Wallet.cpp @@ -6,7 +6,6 @@ #include #include -#include #include #include