aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorDaniel Cousens <[email protected]>2016-01-15 11:55:17 +1100
committerDaniel Cousens <[email protected]>2016-01-21 08:36:55 +1100
commita0eaff8a1d18ebba33cdea4cd1efaddeb55519e7 (patch)
tree5f13a0b8968d60274d86c44b685c9c980f7a33ca /src/qt/bitcoin.cpp
parentMerge #7183: Improved readability of ApproximateBestSubset (diff)
downloaddiscoin-a0eaff8a1d18ebba33cdea4cd1efaddeb55519e7.tar.xz
discoin-a0eaff8a1d18ebba33cdea4cd1efaddeb55519e7.zip
move rpc* to rpc/
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index dcf752cc3..b33df45fb 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -26,7 +26,7 @@
#endif
#include "init.h"
-#include "rpcserver.h"
+#include "rpc/server.h"
#include "scheduler.h"
#include "ui_interface.h"
#include "util.h"