From: Joel Rosdahl Date: Fri, 29 Jul 2022 09:30:59 +0000 (+0200) Subject: chore: Remove redundant include of algorithm header X-Git-Tag: v4.7~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17dd96b402743d8d245566f218eb99d5723c5fcf;p=thirdparty%2Fccache.git chore: Remove redundant include of algorithm header Closes #1126. --- diff --git a/src/Util.cpp b/src/Util.cpp index 089198ca8..45b3f2841 100644 --- a/src/Util.cpp +++ b/src/Util.cpp @@ -32,8 +32,6 @@ #include #include -#include - extern "C" { #include "third_party/base32hex.h" } @@ -48,12 +46,6 @@ extern "C" { #include -#include -#include -#include -#include -#include - #ifndef HAVE_DIRENT_H # include #endif @@ -96,6 +88,12 @@ extern "C" { # endif #endif +#include +#include +#include +#include +#include + using IncludeDelimiter = util::Tokenizer::IncludeDelimiter; namespace {