fix headers

use recommended headers and remove unused headers
This commit is contained in:
Brenton Bostick
2023-02-01 08:05:24 -05:00
parent 58e3b8c5ad
commit 216ed8c8ea
3 changed files with 4 additions and 4 deletions

View File

@ -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;