]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Clean up includes
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Oct 2018 20:05:04 +0000 (22:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Oct 2018 20:05:04 +0000 (22:05 +0200)
src/hash.c

index 3e554cd50a9e7e03bf6f57893ffe40aa53c73540..8a92085fae1a8356b19bd2115c2392243acbaa12 100644 (file)
 // this program; if not, write to the Free Software Foundation, Inc., 51
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-#include <stdio.h>
-
 #include "ccache.h"
 #include "hash.h"
 #include "mdfour.h"
-#include "system.h"
 
 #define HASH_DELIMITER "\000cCaChE"