mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
Make memarea use smartlist_core, not container.
This commit is contained in:
parent
12175987fc
commit
c9f9c9bc49
@ -1,7 +1,7 @@
|
||||
orconfig.h
|
||||
lib/arch/*.h
|
||||
lib/cc/*.h
|
||||
lib/container/*.h
|
||||
lib/log/*.h
|
||||
lib/malloc/*.h
|
||||
lib/memarea/*.h
|
||||
lib/smartlist_core/*.h
|
@ -16,7 +16,8 @@
|
||||
|
||||
#include "lib/arch/bytes.h"
|
||||
#include "lib/cc/torint.h"
|
||||
#include "lib/container/smartlist.h"
|
||||
#include "lib/smartlist_core/smartlist_core.h"
|
||||
#include "lib/smartlist_core/smartlist_foreach.h"
|
||||
#include "lib/log/log.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
#include "lib/malloc/malloc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user