changeset 144:d09e6527fec2 draft

wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build
author s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
date Fri, 26 Feb 2010 16:09:43 +0000
parents acae4b87419a
children 1a5ad24731f4
files headers.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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/stdpaths.h>
 #include <wx/snglinst.h>
-#include <wx/stdpaths.h>
+#if wxUSE_GUI
 #include <wx/utils.h>
-#if wxUSE_GUI
+#include <wx/clipbrd.h>
 #include <wx/taskbar.h>
 #endif
 #include <openssl/ecdsa.h>