diff options
Diffstat (limited to 'openvpn/src/openvpn/tun.c')
-rw-r--r-- | openvpn/src/openvpn/tun.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openvpn/src/openvpn/tun.c b/openvpn/src/openvpn/tun.c index d2123766..158cd61b 100644 --- a/openvpn/src/openvpn/tun.c +++ b/openvpn/src/openvpn/tun.c @@ -49,10 +49,6 @@ #include "memdbg.h" #include <string.h> -#ifdef TARGET_ANDROID -#include "jniglue.h" -#endif - #ifdef WIN32 |