diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-10 19:33:04 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-10 19:33:04 +0000 |
commit | c41226d847c7d32ade7f02c0d53c85b0800fc71b (patch) | |
tree | 3220aa303c10ebbcef8520e38a1010f6a7972586 /headers.h | |
parent | 082e725b33addda32ec4b31eba60b47f0dc6879f (diff) |
revert revision 56, going in different direction with boost::asio and JSON-RPC
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@57 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -24,8 +24,6 @@ #include <wx/taskbar.h>
#include <wx/stdpaths.h>
#include <wx/utils.h>
-#include <wx/ipc.h>
-#include <wx/ipcbase.h>
#include <openssl/ecdsa.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
@@ -104,7 +102,6 @@ using namespace boost; #include "market.h"
#include "uibase.h"
#include "ui.h"
-#include "ipc.h"
#include "xpm/addressbook16.xpm"
#include "xpm/addressbook20.xpm"
|