summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;