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
commit8a46ed83cc65707fab87f93ab59e9a611dd02a06 (patch)
tree0130f08565d4d7c5379f320d934242ffe98eebcc /headers.h
parent5eede9d4d9932969cd75a47dc0d6fd4c090f0342 (diff)
downloadbitcoin-8a46ed83cc65707fab87f93ab59e9a611dd02a06.tar.xz
wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build
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>