aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httprpc.h')
-rw-r--r--src/httprpc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/httprpc.h b/src/httprpc.h
index 2230a8ca4e..99e4d59b8a 100644
--- a/src/httprpc.h
+++ b/src/httprpc.h
@@ -1,12 +1,10 @@
-// Copyright (c) 2015-2018 The Bitcoin Core developers
+// Copyright (c) 2015-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_HTTPRPC_H
#define BITCOIN_HTTPRPC_H
-#include <string>
-#include <map>
/** Start HTTP RPC subsystem.
* Precondition; HTTP and RPC has been started.