summaryrefslogtreecommitdiff
path: root/mangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'mangle.c')
-rw-r--r--mangle.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/mangle.c b/mangle.c
index 0e0660b9..ee25203b 100644
--- a/mangle.c
+++ b/mangle.c
@@ -26,14 +26,13 @@
#include <ctype.h>
#include <inttypes.h>
-#include <math.h>
+#include <stdbool.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/mman.h>
-#include <sys/stat.h>
#include <sys/types.h>
-#include <unistd.h>
+#include <time.h>
#include "input.h"
#include "libhfcommon/common.h"