summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-02-14 07:27:07 -0800
committerMatt Turner <mattst88@gmail.com>2017-02-14 07:27:07 -0800
commit39c4f8eb218b9736b5f8eb472964650c8b330e8e (patch)
tree2701cedae8da2589d3ee0bb8ab510d560e74d603
parent838ebbcf92352217ea7ed16e0894ea585a357f88 (diff)
Remove unused headers.
-rw-r--r--build-id.c1
-rw-r--r--build-id.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/build-id.c b/build-id.c
index e1df0c7..b81fbef 100644
--- a/build-id.c
+++ b/build-id.c
@@ -24,7 +24,6 @@
#define _GNU_SOURCE
#include <link.h>
-#include <stdio.h>
#include <stddef.h>
#include <string.h>
diff --git a/build-id.h b/build-id.h
index 03e2684..c52a42b 100644
--- a/build-id.h
+++ b/build-id.h
@@ -24,7 +24,6 @@
#define _GNU_SOURCE
#include <link.h>
-#include <stdint.h>
struct note;