diff options
Diffstat (limited to 'src/test/test_proto_http.c')
-rw-r--r-- | src/test/test_proto_http.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/test_proto_http.c b/src/test/test_proto_http.c index 5880868850..b98ee83aea 100644 --- a/src/test/test_proto_http.c +++ b/src/test/test_proto_http.c @@ -6,11 +6,11 @@ * \brief Tests for our HTTP protocol parser code */ -#include "or.h" -#include "test.h" -#include "buffers.h" -#include "proto_http.h" -#include "log_test_helpers.h" +#include "or/or.h" +#include "test/test.h" +#include "common/buffers.h" +#include "or/proto_http.h" +#include "test/log_test_helpers.h" #define S(str) str, sizeof(str)-1 |