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-03-30 11:23:06 +02:00
parent dad99b5eea
commit 280f752c56
1 changed files with 0 additions and 2 deletions

View File

@ -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;