]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove unused #include
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Apr 2020 19:46:20 +0000 (21:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Apr 2020 19:46:33 +0000 (21:46 +0200)
src/CacheFile.hpp

index fb04f8f970a31146e181c7088862880c6c1c9018..6af0a9ee60cfb9b9ab4132e0eaa9ce21b20bbcce 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019 Joel Rosdahl and other contributors
+// Copyright (C) 2019-2020 Joel Rosdahl and other contributors
 //
 // See doc/AUTHORS.adoc for a complete list of contributors.
 //
@@ -23,7 +23,6 @@
 #include "Stat.hpp"
 #include "exceptions.hpp"
 
-#include "third_party/fmt/core.h"
 #include "third_party/nonstd/optional.hpp"
 
 #include <cerrno>