aboutsummaryrefslogtreecommitdiff
path: root/src/headers.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-04-04 13:19:30 +0200
committerWladimir J. van der Laan <[email protected]>2012-04-04 13:19:30 +0200
commit5cccb13dad589b66957772ee36b3be0ef06ed0dc (patch)
tree561ea8468f2121db57a7af168fa5b7ecfe726d20 /src/headers.h
parentUse a messagebox to display the error when -server is provided without provid... (diff)
downloaddiscoin-5cccb13dad589b66957772ee36b3be0ef06ed0dc.tar.xz
discoin-5cccb13dad589b66957772ee36b3be0ef06ed0dc.zip
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
Diffstat (limited to 'src/headers.h')
-rw-r--r--src/headers.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/headers.h b/src/headers.h
index 3596fd08d..ceee02897 100644
--- a/src/headers.h
+++ b/src/headers.h
@@ -87,8 +87,5 @@
#include "bignum.h"
#include "base58.h"
#include "main.h"
-#ifdef QT_GUI
-#include "qtui.h"
-#else
-#include "noui.h"
-#endif
+#include "wallet.h"
+#include "ui_interface.h"