Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries
diff --git a/linux/unwind.c b/linux/unwind.c
index 9519b4d..e7021aa 100644
--- a/linux/unwind.c
+++ b/linux/unwind.c
@@ -30,8 +30,8 @@
 #include <string.h>
 
 #include "honggfuzz.h"
-#include "libcommon/common.h"
-#include "libcommon/log.h"
+#include "libhfcommon/common.h"
+#include "libhfcommon/log.h"
 
 /*
  * WARNING: Ensure that _UPT-info structs are not shared between threads