From aaf5fcd98a7c713ab8b6ae554babbf74bd92374b Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 19 Feb 2021 09:18:59 -0500 Subject: Remove self-referential symlink --- custom_mutators/honggfuzz/honggfuzz.h | 2 +- custom_mutators/honggfuzz/libhfcommon | 1 - custom_mutators/honggfuzz/mangle.c | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 120000 custom_mutators/honggfuzz/libhfcommon (limited to 'custom_mutators') diff --git a/custom_mutators/honggfuzz/honggfuzz.h b/custom_mutators/honggfuzz/honggfuzz.h index 9d07fdf4..88f5e47c 100644 --- a/custom_mutators/honggfuzz/honggfuzz.h +++ b/custom_mutators/honggfuzz/honggfuzz.h @@ -36,7 +36,7 @@ #include #include -#include "libhfcommon/util.h" +#include "util.h" #define PROG_NAME "honggfuzz" #define PROG_VERSION "2.3" diff --git a/custom_mutators/honggfuzz/libhfcommon b/custom_mutators/honggfuzz/libhfcommon deleted file mode 120000 index 945c9b46..00000000 --- a/custom_mutators/honggfuzz/libhfcommon +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file 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 #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) { -- cgit 1.4.1