diff options
Diffstat (limited to 'src/or/proto_http.c')
-rw-r--r-- | src/or/proto_http.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/proto_http.c b/src/or/proto_http.c index 3c8f108c95..45f763b2af 100644 --- a/src/or/proto_http.c +++ b/src/or/proto_http.c @@ -5,9 +5,9 @@ /* See LICENSE for licensing information */ #define PROTO_HTTP_PRIVATE -#include "or.h" -#include "buffers.h" -#include "proto_http.h" +#include "or/or.h" +#include "common/buffers.h" +#include "or/proto_http.h" /** Return true if <b>cmd</b> looks like a HTTP (proxy) request. */ int |