diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_socket.c | 1 | ||||
-rw-r--r-- | src/stroke/stroke.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_socket.c b/src/libcharon/plugins/stroke/stroke_socket.c index 3fd21d213..808906f00 100644 --- a/src/libcharon/plugins/stroke/stroke_socket.c +++ b/src/libcharon/plugins/stroke/stroke_socket.c @@ -20,7 +20,6 @@ #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> -#include <sys/fcntl.h> #include <unistd.h> #include <errno.h> diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index f6176ee06..2d2ebe838 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -19,7 +19,6 @@ #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> -#include <sys/fcntl.h> #include <unistd.h> #include <dirent.h> #include <errno.h> |