From 5cc5e1bd3fac87186f511a48cee9cda86e4607ca Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 21 Sep 2017 13:49:14 -0400 Subject: Clean up header includes Avoid including build.h or assert.h directly, instead always take them though types.h Avoid math.h in favor of cmath --- src/lib/entropy/rdrand/rdrand.cpp | 1 - src/lib/entropy/rdseed/rdseed.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'src/lib/entropy') diff --git a/src/lib/entropy/rdrand/rdrand.cpp b/src/lib/entropy/rdrand/rdrand.cpp index 7fa05c605..6a5b0f7c4 100644 --- a/src/lib/entropy/rdrand/rdrand.cpp +++ b/src/lib/entropy/rdrand/rdrand.cpp @@ -9,7 +9,6 @@ #include #include #include -#include namespace Botan { diff --git a/src/lib/entropy/rdseed/rdseed.cpp b/src/lib/entropy/rdseed/rdseed.cpp index 01cab3a7e..fbb8f921e 100644 --- a/src/lib/entropy/rdseed/rdseed.cpp +++ b/src/lib/entropy/rdseed/rdseed.cpp @@ -7,7 +7,6 @@ #include #include -#include #if !defined(BOTAN_USE_GCC_INLINE_ASM) #include -- cgit v1.2.3