Removed event.h conditionalization

This commit is contained in:
Melinda Shore 2013-08-28 17:31:39 -08:00
parent 98c953b6e4
commit 499c3eac98
1 changed files with 1 additions and 5 deletions

View File

@ -33,11 +33,7 @@
#include <stdlib.h>
#include <netinet/in.h>
#include <stdbool.h>
#if defined( __FreeBSD__ )
# include <event2/event.h>
#else
# include <event.h>
#endif
#include <event2/event.h>
#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.