mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Split container.c based on container types, and minimize includes
Minimizing includes revealed other places includes were necessary.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#ifndef TOR_UTIL_MALLOC_H
|
||||
#define TOR_UTIL_MALLOC_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
|
||||
/* Memory management */
|
||||
|
||||
Reference in New Issue
Block a user