@@ -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
-
/* =====
* smartlist_t: a simple resizeable array abstraction.
@@ -13,7 +13,6 @@
#include "orconfig.h"
#include "torint.h"
-#include <assert.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>