From: Joel Rosdahl Date: Sun, 7 Jun 2020 13:57:39 +0000 (+0200) Subject: Remove redundant #includes X-Git-Tag: v4.0~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653ca124d2f1743bf80b3d99ffda914eaf50bc5e;p=thirdparty%2Fccache.git Remove redundant #includes --- diff --git a/src/Util.cpp b/src/Util.cpp index 0bc2c4f98..fa5b13daa 100644 --- a/src/Util.cpp +++ b/src/Util.cpp @@ -40,9 +40,6 @@ # include "win32compat.hpp" #endif -#include -#include - using nonstd::string_view; namespace {