aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/signmessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/signmessage.cpp')
-rw-r--r--src/rpc/signmessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/signmessage.cpp b/src/rpc/signmessage.cpp
index 9f3c24efcf..83462738c5 100644
--- a/src/rpc/signmessage.cpp
+++ b/src/rpc/signmessage.cpp
@@ -3,6 +3,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include <common/signmessage.h>
#include <key.h>
#include <key_io.h>
#include <rpc/protocol.h>
@@ -10,7 +11,6 @@
#include <rpc/server.h>
#include <rpc/util.h>
#include <univalue.h>
-#include <util/message.h>
#include <string>