Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
Arthur Britto
2012-10-15 17:11:26 -07:00
2 changed files with 0 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
#include "PubKeyCache.h"
#include "Application.h"
#include <boost/interprocess/sync/scoped_lock.hpp>
CKey::pointer PubKeyCache::locate(const NewcoinAddress& id)
{
{ // is it in cache

View File

@@ -6,7 +6,6 @@
#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <boost/interprocess/sync/scoped_lock.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/make_shared.hpp>