]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Remove superfluous #includes
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 21 Nov 2023 19:40:54 +0000 (20:40 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 23 Nov 2023 20:27:03 +0000 (21:27 +0100)
src/Config.cpp
src/ProgressBar.cpp
src/ccache.cpp
src/compopt.cpp
src/storage/local/LocalStorage.cpp
src/util/LockFile.cpp
src/util/Tokenizer.hpp
src/util/assertions.cpp
unittest/main.cpp
unittest/test_Config.cpp

index 064e09822fd4f1c2aa840971404eec07620de647..042e856fbe76fdde8bb4c74295ae39c83cf26721 100644 (file)
@@ -38,8 +38,6 @@
 #include <util/string.hpp>
 #include <util/wincompat.hpp>
 
-#include "third_party/fmt/core.h"
-
 #include <sys/types.h>
 
 #ifdef HAVE_PWD_H
index da0ee2530d457caf45da36bebc98bdfbaa7d88a0..c616d6d94f8d41792483ab5b91f6e58fa2b4c2e8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2019-2023 Joel Rosdahl and other contributors
 //
 // See doc/AUTHORS.adoc for a complete list of contributors.
 //
@@ -22,8 +22,6 @@
 #include <util/fmtmacros.hpp>
 #include <util/wincompat.hpp>
 
-#include "third_party/fmt/core.h"
-
 #ifdef _WIN32
 #else
 #  include <sys/ioctl.h>
index 3a59aaf212502550465f81a7c3d7b267a5222a91..cc4449239bd707d53c63ed58e37204801203f5be 100644 (file)
@@ -62,8 +62,6 @@
 #include <util/time.hpp>
 #include <util/wincompat.hpp>
 
-#include "third_party/fmt/core.h"
-
 #include <fcntl.h>
 
 #include <optional>
index 1cceb8cb6e6b9803b3f73fec13560814162905ce..d9ba6bd8f37ac2d9f1c0466a80b96e69f2e91bb8 100644 (file)
@@ -20,8 +20,6 @@
 
 #include <util/fmtmacros.hpp>
 
-#include "third_party/fmt/core.h"
-
 // The option it too hard to handle at all.
 #define TOO_HARD (1 << 0)
 
index 2fdbfec6115116180dba2af705fcda8d4b4a19a6..142820747c31e2a059295fda690144f4937025ac 100644 (file)
@@ -48,8 +48,6 @@
 #  include <InodeCache.hpp>
 #endif
 
-#include <third_party/fmt/core.h>
-
 #include <fcntl.h>
 #ifdef HAVE_UNISTD_H
 #  include <unistd.h>
index cdf9632e6a8f56f54a5d920d295fa32bf3878806..c57f265befe32112fa3baf2aba1e145eead4c111 100644 (file)
@@ -30,8 +30,6 @@
 #include <util/process.hpp>
 #include <util/wincompat.hpp>
 
-#include "third_party/fmt/core.h"
-
 #ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 #endif
index 3cf1748d3abb719ffe9e5f70e94f2e27f320b9be..247babaa4e7835a4df6822c1caaf3f2d2c4581d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2022 Joel Rosdahl and other contributors
+// Copyright (C) 2021-2023 Joel Rosdahl and other contributors
 //
 // See doc/AUTHORS.adoc for a complete list of contributors.
 //
@@ -20,8 +20,6 @@
 
 #include <util/assertions.hpp>
 
-#include <third_party/fmt/core.h>
-
 #include <string_view>
 
 namespace util {
index a84cb59b579faa06baa06283c07ea159c1077e2f..dd32cc527e1c626c94cc1623256ed34ca3ec43b1 100644 (file)
@@ -21,8 +21,6 @@
 #include <util/assertions.hpp>
 #include <util/fmtmacros.hpp>
 
-#include "third_party/fmt/core.h"
-
 namespace util {
 
 void
index 034fd5ec2a3a173fdb97386a387b4f3670d2980a..5e64c958bf7a1b1fa117f00f1e2bc83581546f14 100644 (file)
@@ -21,8 +21,6 @@
 #include <util/fmtmacros.hpp>
 #include <util/path.hpp>
 
-#include "third_party/fmt/core.h"
-
 #define DOCTEST_THREAD_LOCAL // Avoid MinGW thread_local bug
 #define DOCTEST_CONFIG_IMPLEMENT
 #include "third_party/doctest.h"
index 683e8c4476ee2c84ed11a83dcfa1fce824b1112d..6c71c8187f8a408bbd171399e712435504f2b3b7 100644 (file)
@@ -26,7 +26,6 @@
 #include <util/fmtmacros.hpp>
 
 #include "third_party/doctest.h"
-#include "third_party/fmt/core.h"
 
 #include <limits>
 #include <string>