From 873c40365ab38ed9c8d2d234361226739f383020 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 9 Feb 2017 17:54:16 +0000 Subject: [PATCH] [cleanup] Remove unused import --- src/rpcclient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 1f780bcb0..f0c6611ae 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -11,7 +11,6 @@ #include #include -#include // for to_lower() #include "univalue/univalue.h" using namespace std;