summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-10-07 22:05:04 +0200
committerJoel Rosdahl <joel@rosdahl.net>2018-10-07 22:05:04 +0200
commita0bb3133f51d1cb6a6fe03a2948aebac185554e6 (patch)
tree4eb74de3dd10b719041ec878a03aa676f0f7d246
parentb72a04dc51bb7d34ad04e9f75a07b0f92e96a262 (diff)
downloadccache-a0bb3133f51d1cb6a6fe03a2948aebac185554e6.tar.gz
Clean up includes
-rw-r--r--src/hash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hash.c b/src/hash.c
index 3e554cd5..8a92085f 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -15,12 +15,9 @@
// 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"