X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.cpp;h=001b1280643f3407970578afaf1e9e5b8f292eef;hb=b1a1f9e9693114bfea4118828fb08ff19ea9f006;hp=6c454fe4b833d9e5fdfa61a6af4451fccb4633e4;hpb=9c7559fd5d64b33e38314bc93756f90d3b696802;p=novacoin.git diff --git a/src/init.cpp b/src/init.cpp index 6c454fe..001b128 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -2,14 +2,14 @@ // 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 "txdb.h" +#include "txdb-leveldb.h" #include "walletdb.h" #include "bitcoinrpc.h" #include "net.h" #include "init.h" #include "util.h" #include "ipcollector.h" -#include "ui_interface.h" +#include "interface.h" #include "checkpoints.h" #include #include