summaryrefslogtreecommitdiff
path: root/mac
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 /mac
parent2e34d81d25bc7e275b8c0bd54b9aa7f522159c8f (diff)
downloadhonggfuzz-10eeb0a296350f6e756a736692762a6ce3358d27.tar.gz
Move the honggfuzz_t and fuzzer_t types out of common
Diffstat (limited to 'mac')
-rw-r--r--mac/arch.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mac/arch.c b/mac/arch.c
index 4da4e734..7e912264 100644
--- a/mac/arch.c
+++ b/mac/arch.c
@@ -22,8 +22,7 @@
*
*/
-#include "../libcommon/common.h"
-#include "../arch.h"
+#include "arch.h"
#include <ctype.h>
#include <dirent.h>
@@ -43,11 +42,12 @@
#include <time.h>
#include <unistd.h>
-#include "../libcommon/files.h"
-#include "../libcommon/log.h"
-#include "../libcommon/util.h"
-#include "../sancov.h"
-#include "../subproc.h"
+#include "libcommon/common.h"
+#include "libcommon/files.h"
+#include "libcommon/log.h"
+#include "libcommon/util.h"
+#include "sancov.h"
+#include "subproc.h"
#include <servers/bootstrap.h>
#include <mach/mach.h>