mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
my assert.h takes extra pains to be certain to _re-include_
itself if you include it twice. this is dumb, but hey. svn:r2653
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "compat.h"
|
||||
#include "log.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
/* =====
|
||||
* smartlist_t: a simple resizeable array abstraction.
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "orconfig.h"
|
||||
#include "torint.h"
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user