aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-02-27 15:24:21 +0100
committerNick Mathewson <nickm@torproject.org>2015-03-14 13:00:05 -0400
commit5176f6f103f3b8b7e5c930c163d2926cf0da6f9b (patch)
tree40aa624b6a78b83c18892fe27d6b3630f30e021c /src/or/buffers.c
parent7a86d53deef573e110da9af35c9283349942c962 (diff)
downloadtor-5176f6f103f3b8b7e5c930c163d2926cf0da6f9b.tar.gz
tor-5176f6f103f3b8b7e5c930c163d2926cf0da6f9b.zip
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.
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c4
1 files changed, 2 insertions, 2 deletions
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 <unistd.h>
#endif