aboutsummaryrefslogtreecommitdiff
path: root/src/common/storagedir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/storagedir.c')
-rw-r--r--src/common/storagedir.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/common/storagedir.c b/src/common/storagedir.c
index 4c3d7238e0..ee80bcc530 100644
--- a/src/common/storagedir.c
+++ b/src/common/storagedir.c
@@ -1,14 +1,14 @@
/* Copyright (c) 2017-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-#include "container.h"
-#include "compat.h"
-#include "confline.h"
-#include "memarea.h"
-#include "sandbox.h"
-#include "storagedir.h"
-#include "torlog.h"
-#include "util.h"
+#include "common/container.h"
+#include "common/compat.h"
+#include "common/confline.h"
+#include "common/memarea.h"
+#include "common/sandbox.h"
+#include "common/storagedir.h"
+#include "common/torlog.h"
+#include "common/util.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>