]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove superfluous include of cstdint/stdint.h
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 6 Aug 2020 14:57:01 +0000 (16:57 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 6 Aug 2020 14:57:01 +0000 (16:57 +0200)
It’s included implicitly by cinttypes.

src/InodeCache.hpp
src/macroskip.hpp

index dce36d629957d8df4def742ae9fb515dc7437b93..68d42ae248cf208860c021fc6801dcf7d010513a 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "config.h"
 
-#include <stdint.h>
 #include <string>
 
 class Config;
index de755b33c82be4d838d712af6827fa74a1bbb738..09e705a88894a8e4864752a96e734cdf97b86b1b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2019 Joel Rosdahl and other contributors
+// Copyright (C) 2010-2020 Joel Rosdahl and other contributors
 //
 // See doc/AUTHORS.adoc for a complete list of contributors.
 //
@@ -20,8 +20,6 @@
 
 #include "system.hpp"
 
-#include <cstdint>
-
 // A Boyer-Moore-Horspool skip table used for searching for the strings
 // "__TIME__", "__DATE__" and "__TIMESTAMP__".
 //