about summary refs log tree commit diff
path: root/custom_mutators/honggfuzz/mangle.c
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2021-02-19 09:18:59 -0500
committerCorey Farwell <coreyf@rwell.org>2021-02-19 09:18:59 -0500
commitaaf5fcd98a7c713ab8b6ae554babbf74bd92374b (patch)
tree1827a83b7db9a3e6dd771e0f817866566662f602 /custom_mutators/honggfuzz/mangle.c
parent907c5d427652329f320da2d48ed758a866a21ee9 (diff)
downloadafl++-aaf5fcd98a7c713ab8b6ae554babbf74bd92374b.tar.gz
Remove self-referential symlink
Diffstat (limited to 'custom_mutators/honggfuzz/mangle.c')
-rw-r--r--custom_mutators/honggfuzz/mangle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom_mutators/honggfuzz/mangle.c b/custom_mutators/honggfuzz/mangle.c
index 9c3d1ed4..91d885a1 100644
--- a/custom_mutators/honggfuzz/mangle.c
+++ b/custom_mutators/honggfuzz/mangle.c
@@ -35,9 +35,9 @@
 #include <time.h>
 
 #include "input.h"
-#include "libhfcommon/common.h"
-#include "libhfcommon/log.h"
-#include "libhfcommon/util.h"
+#include "common.h"
+#include "log.h"
+#include "util.h"
 
 static inline size_t mangle_LenLeft(run_t *run, size_t off) {