1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00

Move math.h includes into .cc files

This commit is contained in:
dmiller
2015-06-23 00:09:01 +00:00
parent 6a38678b56
commit cfe8893304
5 changed files with 7 additions and 1 deletions

1
nmap.h
View File

@@ -233,7 +233,6 @@ void *realloc();
/* Keep assert() defined for security reasons */
#undef NDEBUG
#include <math.h>
#include <assert.h>
#if HAVE_SYS_RESOURCE_H