summaryrefslogtreecommitdiff
path: root/report.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2017-09-28 15:42:52 +0200
committerRobert Swiecki <robert@swiecki.net>2017-09-28 15:42:52 +0200
commit10eeb0a296350f6e756a736692762a6ce3358d27 (patch)
treeb5d9fd81835ad448e419f9d3e484fcb9edc6d372 /report.c
parent2e34d81d25bc7e275b8c0bd54b9aa7f522159c8f (diff)
downloadhonggfuzz-10eeb0a296350f6e756a736692762a6ce3358d27.tar.gz
Move the honggfuzz_t and fuzzer_t types out of common
Diffstat (limited to 'report.c')
-rw-r--r--report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.c b/report.c
index 147e3bdc..77b8cc71 100644
--- a/report.c
+++ b/report.c
@@ -21,7 +21,6 @@
*
*/
-#include "libcommon/common.h"
#include "report.h"
#include <fcntl.h>
@@ -30,6 +29,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include "libcommon/common.h"
#include "libcommon/log.h"
#include "libcommon/util.h"