X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnoui.cpp;h=50422d3ad969362e8cef484ee6c80b54d39e626d;hb=HEAD;hp=db25f2d28504b2fafe8f64b99d0577431bbb1b59;hpb=84a4a7763f386934da90e2bd1e355b70023fa9ca;p=novacoin.git diff --git a/src/noui.cpp b/src/noui.cpp index db25f2d..50422d3 100644 --- a/src/noui.cpp +++ b/src/noui.cpp @@ -2,11 +2,8 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "ui_interface.h" -#include "init.h" -#include "bitcoinrpc.h" -#include +#include "interface.h" static int noui_ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style) { @@ -15,7 +12,7 @@ static int noui_ThreadSafeMessageBox(const std::string& message, const std::stri return 4; } -static bool noui_ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption) +static bool noui_ThreadSafeAskFee(int64_t nFeeRequired, const std::string& strCaption) { return true; }