aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 16:54:57 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 16:59:56 -0400
commit0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1 (patch)
treede75d144d4f579539e1b1281a8a164ca34863488
parentb9b44bf000735135e1913fd9c22cd6c1547dbdb3 (diff)
downloadtor-0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1.tar.gz
tor-0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1.zip
rectify include paths (automatic) for confline.h
-rw-r--r--src/common/conffile.c2
-rw-r--r--src/common/storagedir.c2
-rw-r--r--src/or/or.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/common/conffile.c b/src/common/conffile.c
index bfb78c35c6..d3215a22ed 100644
--- a/src/common/conffile.c
+++ b/src/common/conffile.c
@@ -5,7 +5,7 @@
/* See LICENSE for licensing information */
#include "common/compat.h"
-#include "common/confline.h"
+#include "lib/encoding/confline.h"
#include "common/conffile.h"
#include "lib/log/torlog.h"
#include "common/util.h"
diff --git a/src/common/storagedir.c b/src/common/storagedir.c
index 0e0618d517..53b785bcf1 100644
--- a/src/common/storagedir.c
+++ b/src/common/storagedir.c
@@ -3,7 +3,7 @@
#include "lib/container/smartlist.h"
#include "common/compat.h"
-#include "common/confline.h"
+#include "lib/encoding/confline.h"
#include "common/memarea.h"
#include "lib/sandbox/sandbox.h"
#include "common/storagedir.h"
diff --git a/src/or/or.h b/src/or/or.h
index df0e60c262..ebafc607f3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -75,7 +75,7 @@
#include "lib/net/address.h"
#include "common/compat_libevent.h"
#include "ht.h"
-#include "common/confline.h"
+#include "lib/encoding/confline.h"
#include "or/replaycache.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "lib/crypt_ops/crypto_ed25519.h"