X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fheaders.h;h=d40c5ed0a95b4d28e61c047bb57259ab27c57b04;hb=223b6f1ba4819e9a146e7aa451d546726d0bc714;hp=6a08cb7fe8aaa4df3136e3660e9ddaeab11f2def;hpb=c22feee634ade7f887d7e29635a8e5dc44675273;p=novacoin.git diff --git a/src/headers.h b/src/headers.h index 6a08cb7..d40c5ed 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