summaryrefslogtreecommitdiff
path: root/Tests/JavaJavah/C.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/JavaJavah/C.cpp')
-rw-r--r--Tests/JavaJavah/C.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/JavaJavah/C.cpp b/Tests/JavaJavah/C.cpp
index 0a3178f95..569eab54a 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");