fips-prf: Remove superfluous <arpa/inet.h> include

As we make no use of htonl() and friends, this is unneeded, but actually
prevents a Windows build.
This commit is contained in:
Martin Willi
2015-04-13 09:31:28 +02:00
parent dad99b5eea
commit 280f752c56
@@ -15,8 +15,6 @@
#include "fips_prf.h"
#include <arpa/inet.h>
#include <utils/debug.h>
typedef struct private_fips_prf_t private_fips_prf_t;