]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
eap-radius: Don't include socket.h explicitly
authorTobias Brunner <tobias@strongswan.org>
Wed, 8 Mar 2023 14:31:42 +0000 (15:31 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 21 Mar 2023 15:33:03 +0000 (16:33 +0100)
We rely on the includes via utils.h so this compiles on Windows.

src/libcharon/plugins/eap_radius/eap_radius_dae.c

index 39e61f902135400cb654f9f91750b54d6829ccf8..7ac09e5ec97f27398a925d34df303253993f2269 100644 (file)
@@ -18,9 +18,6 @@
 
 #include <radius_message.h>
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/socket.h>
 #include <unistd.h>
 #include <errno.h>