From: Joel Rosdahl Date: Sat, 16 Nov 2024 10:08:28 +0000 (+0100) Subject: refactor: Tweak includes X-Git-Tag: v4.11~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=852f0740dc746364b5c5bc604e01afd9f7e365d8;p=thirdparty%2Fccache.git refactor: Tweak includes --- diff --git a/src/ccache/util/logging.cpp b/src/ccache/util/logging.cpp index 0e90dff8..30444027 100644 --- a/src/ccache/util/logging.cpp +++ b/src/ccache/util/logging.cpp @@ -25,6 +25,8 @@ #include #include +#include + #ifdef HAVE_UNISTD_H # include #endif diff --git a/src/ccache/util/logging.hpp b/src/ccache/util/logging.hpp index 92c4186e..f4a72f41 100644 --- a/src/ccache/util/logging.hpp +++ b/src/ccache/util/logging.hpp @@ -24,7 +24,6 @@ #include #include -#include #include // Log a raw message (plus a newline character).