]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Remove unused headers (#1460)
authorSilver Zachara <silver.zachara@gmail.com>
Tue, 28 May 2024 17:01:29 +0000 (19:01 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 17:01:29 +0000 (19:01 +0200)
src/ccache/argprocessing.cpp
src/ccache/ccache.cpp

index 8df0fa794763fb76f21ebe14baf54d42df587150..d9ebf84410f78d96087f8d0df20c7c075e87e646 100644 (file)
@@ -36,7 +36,6 @@
 #  include <unistd.h>
 #endif
 
-#include <cassert>
 #include <vector>
 
 namespace fs = util::filesystem;
index 63015da1c8eef85c98f4c167374542635eb9af44..4e651702d94fe8fa11349dd36faa1d358c3a0782 100644 (file)
 #endif
 
 #include <algorithm>
-#include <cmath>
 #include <cstring>
-#include <limits>
-#include <memory>
 #include <unordered_map>
 
 namespace fs = util::filesystem;