COMMONHEADERS = \
src/common/address_set.h \
src/common/compat_libevent.h \
- src/common/handles.h \
src/common/procmon.h \
src/common/socks5_status.h \
src/common/timers.h \
src/lib/container/bitarray.h \
src/lib/container/bloomfilt.h \
src/lib/container/buffers.h \
+ src/lib/container/handles.h \
src/lib/container/map.h \
src/lib/container/order.h \
src/lib/container/smartlist.h
#include "or/or.h"
#include "or/circuitmux.h"
-#include "common/handles.h"
+#include "lib/container/handles.h"
#include "lib/crypt_ops/crypto_ed25519.h"
#include "tor_queue.h"
#ifndef TOR_CONSCACHE_H
#define TOR_CONSCACHE_H
-#include "common/handles.h"
+#include "lib/container/handles.h"
typedef struct consensus_cache_entry_t consensus_cache_entry_t;
typedef struct consensus_cache_t consensus_cache_t;
#ifndef TOR_ENTRYNODES_H
#define TOR_ENTRYNODES_H
-#include "common/handles.h"
+#include "lib/container/handles.h"
/* Forward declare for guard_selection_t; entrynodes.c has the real struct */
typedef struct guard_selection_s guard_selection_t;
#include "test/test.h"
#include "common/util.h"
-#include "common/handles.h"
+#include "lib/container/handles.h"
typedef struct demo_t {
HANDLE_ENTRY(demo, demo_t);