[CLEANUP] renamed include/haproxy to include/common
diff --git a/src/hashpjw.c b/src/hashpjw.c
index 78c0a5b..69fa1b9 100644
--- a/src/hashpjw.c
+++ b/src/hashpjw.c
@@ -16,8 +16,8 @@
 *                                                                            *
 *****************************************************************************/
 
-#include <haproxy/hashpjw.h>
-#include <haproxy/appsession.h>
+#include <common/hashpjw.h>
+#include <common/appsession.h>
 
 /*****************************************************************************
 *                                                                            *