Split container.c based on container types, and minimize includes

Minimizing includes revealed other places includes were necessary.
This commit is contained in:
Nick Mathewson
2018-06-21 16:25:31 -04:00
parent b8be8265b6
commit 657ff55408
14 changed files with 1332 additions and 1201 deletions
+2
View File
@@ -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 */