From 6557910ccf36e098b1a0de4841be7c04c4ffd58a Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Fri, 26 Feb 2010 16:09:43 +0000 Subject: [PATCH] wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@72 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- headers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers.h b/headers.h index 3c8d32cad..44a00debe 100644 --- a/headers.h +++ b/headers.h @@ -19,11 +19,11 @@ #define WIN32_LEAN_AND_MEAN 1 #define __STDC_LIMIT_MACROS // to enable UINT64_MAX from stdint.h #include -#include -#include #include -#include +#include #if wxUSE_GUI +#include +#include #include #endif #include