[cleanup] Remove unused import

This commit is contained in:
Jack Grigg 2017-02-09 17:54:16 +00:00
parent cc71666a51
commit 873c40365a
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
#include <set> #include <set>
#include <stdint.h> #include <stdint.h>
#include <boost/algorithm/string/case_conv.hpp> // for to_lower()
#include "univalue/univalue.h" #include "univalue/univalue.h"
using namespace std; using namespace std;