commit | 2dd0d4799e04b5f58d459f45b702f2fde9920ca3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <willy@wtap.(none)> | Thu Jun 29 17:53:05 2006 +0200 |
committer | Willy Tarreau <willy@wtap.(none)> | Thu Jun 29 17:53:05 2006 +0200 |
tree | b1773ba7f197a5522c143448be1c999bd3b8991b | |
parent | baaee00406291f080f51cc743ed252c1b0ac7851 [diff] [blame] |
[CLEANUP] renamed include/haproxy to include/common
diff --git a/src/chtbl.c b/src/chtbl.c index c8e794f..7773d40 100644 --- a/src/chtbl.c +++ b/src/chtbl.c
@@ -18,8 +18,8 @@ #include <stdlib.h> #include <string.h> -#include <haproxy/list.h> -#include <haproxy/chtbl.h> +#include <common/list.h> +#include <common/chtbl.h> /***************************************************************************** * *