summaryrefslogtreecommitdiff
path: root/src/common
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 /src/common
parentb9b44bf000735135e1913fd9c22cd6c1547dbdb3 (diff)
downloadtor-0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1.tar.gz
tor-0b7452eeb2f2dee7acefee2d3ca2cb402a877ea1.zip
rectify include paths (automatic) for confline.h
Diffstat (limited to 'src/common')
-rw-r--r--src/common/conffile.c2
-rw-r--r--src/common/storagedir.c2
2 files changed, 2 insertions, 2 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"