aboutsummaryrefslogtreecommitdiff
path: root/src/headers.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-05-15 09:11:04 +0200
committerWitchspace <witchspace81@gmail.com>2011-05-15 12:04:20 +0200
commit223b6f1ba4819e9a146e7aa451d546726d0bc714 (patch)
tree8d52eaba84ba2817d2227cf9fda0c71af75246cd /src/headers.h
parentc22feee634ade7f887d7e29635a8e5dc44675273 (diff)
downloadbitcoin-223b6f1ba4819e9a146e7aa451d546726d0bc714.tar.xz
make bitcoin include files more modular
Diffstat (limited to 'src/headers.h')
-rw-r--r--src/headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/headers.h b/src/headers.h
index 6a08cb7fe8..d40c5ed0a9 100644
--- a/src/headers.h
+++ b/src/headers.h
@@ -109,8 +109,6 @@
#pragma hdrstop
-using namespace std;
-using namespace boost;
#include "strlcpy.h"
#include "serialize.h"
@@ -133,6 +131,7 @@ using namespace boost;
#endif
#include "init.h"
+#ifdef GUI
#include "xpm/addressbook16.xpm"
#include "xpm/addressbook20.xpm"
#include "xpm/bitcoin16.xpm"
@@ -145,3 +144,4 @@ using namespace boost;
#include "xpm/send16noshadow.xpm"
#include "xpm/send20.xpm"
#include "xpm/about.xpm"
+#endif