diff options
Diffstat (limited to 'Tests/JavaJavah/C.cpp')
-rw-r--r-- | Tests/JavaJavah/C.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/JavaJavah/C.cpp b/Tests/JavaJavah/C.cpp index 0a3178f..569eab5 100644 --- a/Tests/JavaJavah/C.cpp +++ b/Tests/JavaJavah/C.cpp @@ -1,9 +1,9 @@ +#include "C.h" + #include <jni.h> #include <stdio.h> -#include "C.h" - JNIEXPORT void JNICALL Java_C_printName(JNIEnv*, jobject) { printf("C\n"); |