aboutsummaryrefslogtreecommitdiff
path: root/src/noui.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
committerPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
commit1ffeb89a52d82bb62860786ff6426224437ca7b1 (patch)
tree62a79e33a866c2a92f548cecb6148c7339f8beaf /src/noui.cpp
parentMerge pull request #1106 from jgarzik/sign-compare (diff)
parentFurther reduce header dependencies (diff)
downloaddiscoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.tar.xz
discoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.zip
Merge pull request #1112 from sipa/saneserial
Further reduce header dependencies
Diffstat (limited to 'src/noui.cpp')
-rw-r--r--src/noui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/noui.cpp b/src/noui.cpp
index 077e460a7..08a08b439 100644
--- a/src/noui.cpp
+++ b/src/noui.cpp
@@ -5,7 +5,6 @@
#include "ui_interface.h"
#include <string>
-#include "headers.h"
#include "init.h"
int ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style)