From 084e17cebd424b8e8ced674bc810eef4e6ee5d3b Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 31 Jul 2019 10:03:55 +0000 Subject: Remove unused includes --- src/util/moneystr.cpp | 1 - src/util/moneystr.h | 1 - src/util/string.h | 1 - src/util/system.cpp | 1 - src/util/threadnames.cpp | 1 - src/util/translation.h | 1 - 6 files changed, 6 deletions(-) (limited to 'src/util') diff --git a/src/util/moneystr.cpp b/src/util/moneystr.cpp index f4e41eea4..ba5a12e58 100644 --- a/src/util/moneystr.cpp +++ b/src/util/moneystr.cpp @@ -5,7 +5,6 @@ #include -#include #include #include diff --git a/src/util/moneystr.h b/src/util/moneystr.h index b8e2812a9..4d0218911 100644 --- a/src/util/moneystr.h +++ b/src/util/moneystr.h @@ -12,7 +12,6 @@ #include #include -#include #include /* Do not use these functions to represent or parse monetary amounts to or from diff --git a/src/util/string.h b/src/util/string.h index dec0c19b0..76a83a494 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -5,7 +5,6 @@ #ifndef BITCOIN_UTIL_STRING_H #define BITCOIN_UTIL_STRING_H -#include #include #include diff --git a/src/util/system.cpp b/src/util/system.cpp index f22256615..6199e5daa 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -9,7 +9,6 @@ #include #include -#include #if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)) #include diff --git a/src/util/threadnames.cpp b/src/util/threadnames.cpp index 168f9325d..20df403a6 100644 --- a/src/util/threadnames.cpp +++ b/src/util/threadnames.cpp @@ -6,7 +6,6 @@ #include #endif -#include #include #if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)) diff --git a/src/util/translation.h b/src/util/translation.h index f100dab20..0e6eb5a09 100644 --- a/src/util/translation.h +++ b/src/util/translation.h @@ -7,7 +7,6 @@ #include -#include /** * Bilingual messages: -- cgit v1.2.3