Remove execinfo.h include

This commit is contained in:
Duy Tran Khanh 2020-12-01 06:21:42 +07:00 committed by GitHub
parent 771f233ba4
commit 3e2eb97208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,6 @@
* questions. * questions.
*/ */
#ifdef __linux__
#include <execinfo.h>
#endif
#include <jvm.h> #include <jvm.h>
#include <jni.h> #include <jni.h>
#include <jlong.h> #include <jlong.h>