From 499c3eac9886ce494565720e7c88a420e8fd90c4 Mon Sep 17 00:00:00 2001 From: Melinda Shore Date: Wed, 28 Aug 2013 17:31:39 -0800 Subject: [PATCH] Removed event.h conditionalization --- src/getdns/getdns.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/getdns/getdns.h b/src/getdns/getdns.h index 08ba6361..788ca144 100644 --- a/src/getdns/getdns.h +++ b/src/getdns/getdns.h @@ -33,11 +33,7 @@ #include #include #include -#if defined( __FreeBSD__ ) -# include -#else -# include -#endif +#include #define GETDNS_COMPILATION_COMMENT The API implementation should fill in something here, such as a compilation version string and date, and change it each time the API is compiled.