summaryrefslogtreecommitdiff
path: root/mangle.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2020-05-05 16:55:52 +0200
committerRobert Swiecki <robert@swiecki.net>2020-05-05 18:13:14 +0200
commitd4d2618ca6124309f690c52b193d855a8de6b3ed (patch)
tree43e388929eb2d27e2927fa8f7cea0e6626fabbc3 /mangle.c
parent2ca08438236ebcc6b654a566a2d24bf808665c03 (diff)
downloadhonggfuzz-d4d2618ca6124309f690c52b193d855a8de6b3ed.tar.gz
iwyu: use iwyu to fix includes across the code
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"