rectify include paths (automatic) for confline.h

This commit is contained in:
Nick Mathewson 2018-06-27 16:54:57 -04:00
parent b9b44bf000
commit 0b7452eeb2
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"