From 5176f6f103f3b8b7e5c930c163d2926cf0da6f9b Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Fri, 27 Feb 2015 15:24:21 +0100 Subject: Remove relative paths to header files. The paths are already in the directory search path of the compiler therefore no need to include them in the source code. --- src/or/buffers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/buffers.c') diff --git a/src/or/buffers.c b/src/or/buffers.c index be9974418d..8ef3279fde 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -20,8 +20,8 @@ #include "control.h" #include "reasons.h" #include "ext_orport.h" -#include "../common/util.h" -#include "../common/torlog.h" +#include "util.h" +#include "torlog.h" #ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3-54-g00ecf