diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-11 12:37:13 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-11 16:30:20 +0200 |
commit | f7ce74983ddf3536976526866595a8de5002790d (patch) | |
tree | a4d62f4f5406e35b5ccea92ef96554dde947d96f /src | |
parent | d3bd67239ff23c2dee180a1d14220ad1cf639614 (diff) | |
download | strongswan-f7ce74983ddf3536976526866595a8de5002790d.tar.bz2 strongswan-f7ce74983ddf3536976526866595a8de5002790d.tar.xz |
Removed unneeded include.
This is not available on Android and redirects to <fcntl.h> on Ubuntu.
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> |