From 90aeaa53cd3f6cf347cc0629db38079bc90ea80b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 20 Jun 2018 10:39:07 -0400 Subject: Remove all use of the assert.h header Nothing in Tor has actually called assert() for some while. --- src/or/or.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index dc6d353cd9..33a674d146 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -51,9 +51,6 @@ #ifdef HAVE_ERRNO_H #include #endif -#ifdef HAVE_ASSERT_H -#include -#endif #ifdef HAVE_TIME_H #include #endif @@ -3331,4 +3328,3 @@ typedef enum was_router_added_t { typedef struct tor_version_t tor_version_t; #endif /* !defined(TOR_OR_H) */ - -- cgit v1.2.3-54-g00ecf