aboutsummaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-26 16:09:43 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-26 16:09:43 +0000
commit6557910ccf36e098b1a0de4841be7c04c4ffd58a (patch)
tree0130f08565d4d7c5379f320d934242ffe98eebcc /headers.h
parentc2430126d75318508836a24f90d3524320190465 (diff)
downloadbitcoin-6557910ccf36e098b1a0de4841be7c04c4ffd58a.tar.xz
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
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/headers.h b/headers.h
index 3c8d32cad9..44a00debed 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 <wx/wx.h>
-#include <wx/clipbrd.h>
-#include <wx/snglinst.h>
#include <wx/stdpaths.h>
-#include <wx/utils.h>
+#include <wx/snglinst.h>
#if wxUSE_GUI
+#include <wx/utils.h>
+#include <wx/clipbrd.h>
#include <wx/taskbar.h>
#endif
#include <openssl/ecdsa.h>