diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-04-04 13:19:30 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-04-04 13:19:30 +0200 |
| commit | 5cccb13dad589b66957772ee36b3be0ef06ed0dc (patch) | |
| tree | 561ea8468f2121db57a7af168fa5b7ecfe726d20 /src/headers.h | |
| parent | Use a messagebox to display the error when -server is provided without provid... (diff) | |
| download | discoin-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.h | 7 |
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" |