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/common/compat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/compat.c') diff --git a/src/common/compat.c b/src/common/compat.c index 9b1a4d860f..dece798bcd 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -111,7 +111,6 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt) #endif #include #include -#include #ifdef HAVE_SIGNAL_H #include #endif -- cgit v1.2.3-54-g00ecf