mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 14:22:23 +00:00
fix headers
use recommended headers and remove unused headers
This commit is contained in:
parent
58e3b8c5ad
commit
216ed8c8ea
@ -21,7 +21,7 @@
|
||||
#include "ZT_jniarray.h"
|
||||
|
||||
#include <string>
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#ifndef ZT_jniutils_h_
|
||||
#define ZT_jniutils_h_
|
||||
#include <stdio.h>
|
||||
|
||||
#include <jni.h>
|
||||
#include <ZeroTierOne.h>
|
||||
|
||||
|
@ -34,8 +34,8 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
// global static JNI Lookup Object
|
||||
JniLookup lookup;
|
||||
|
Loading…
Reference in New Issue
Block a user