]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove redundant #includes
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Jun 2020 13:57:39 +0000 (15:57 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Jun 2020 13:57:39 +0000 (15:57 +0200)
src/Util.cpp

index 0bc2c4f98ab8372634127723c2965bcdbaddb8a5..fa5b13daa4eb77f5c10aa4656bd1ea130b2e3e21 100644 (file)
@@ -40,9 +40,6 @@
 #  include "win32compat.hpp"
 #endif
 
-#include <algorithm>
-#include <fstream>
-
 using nonstd::string_view;
 
 namespace {