Skip to content

Commit

Permalink
chore: Remove unused headers (ccache#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx authored May 28, 2024
1 parent 181ffcf commit e126b5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/ccache/argprocessing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
# include <unistd.h>
#endif

#include <cassert>
#include <vector>

namespace fs = util::filesystem;
Expand Down
3 changes: 0 additions & 3 deletions src/ccache/ccache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@
#endif

#include <algorithm>
#include <cmath>
#include <cstring>
#include <limits>
#include <memory>
#include <unordered_map>

namespace fs = util::filesystem;
Expand Down

0 comments on commit e126b5c

Please sign in to comment.