From: Joel Rosdahl Date: Thu, 6 Aug 2020 14:57:01 +0000 (+0200) Subject: Remove superfluous include of cstdint/stdint.h X-Git-Tag: v4.0~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bc41d750485dd7de618ea4c4f18461ef856bfb8;p=thirdparty%2Fccache.git Remove superfluous include of cstdint/stdint.h It’s included implicitly by cinttypes. --- diff --git a/src/InodeCache.hpp b/src/InodeCache.hpp index dce36d629..68d42ae24 100644 --- a/src/InodeCache.hpp +++ b/src/InodeCache.hpp @@ -22,7 +22,6 @@ #include "config.h" -#include #include class Config; diff --git a/src/macroskip.hpp b/src/macroskip.hpp index de755b33c..09e705a88 100644 --- a/src/macroskip.hpp +++ b/src/macroskip.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2019 Joel Rosdahl and other contributors +// Copyright (C) 2010-2020 Joel Rosdahl and other contributors // // See doc/AUTHORS.adoc for a complete list of contributors. // @@ -20,8 +20,6 @@ #include "system.hpp" -#include - // A Boyer-Moore-Horspool skip table used for searching for the strings // "__TIME__", "__DATE__" and "__TIMESTAMP__". //