summaryrefslogtreecommitdiff
path: root/src/common/confline.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 15:40:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commitb8be8265b6dc477efe591ccdb14fcd4b044dd241 (patch)
tree9ddf6ea84beeba5eff85b1caf746db2a625470b5 /src/common/confline.h
parent77dff00b18fc70acdb2939dd20197a0044d41fe5 (diff)
downloadtor-b8be8265b6dc477efe591ccdb14fcd4b044dd241.tar.gz
tor-b8be8265b6dc477efe591ccdb14fcd4b044dd241.zip
Rectify include paths after container split (automatic)
Diffstat (limited to 'src/common/confline.h')
-rw-r--r--src/common/confline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/confline.h b/src/common/confline.h
index 4cc8286fc3..10af34a0a6 100644
--- a/src/common/confline.h
+++ b/src/common/confline.h
@@ -7,7 +7,7 @@
#ifndef TOR_CONFLINE_H
#define TOR_CONFLINE_H
-#include "common/container.h"
+#include "lib/container/container.h"
/** Ordinary configuration line. */
#define CONFIG_LINE_NORMAL 0