summaryrefslogtreecommitdiffstats
path: root/Tests/JavaJavah/B.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/JavaJavah/B.cpp')
-rw-r--r--Tests/JavaJavah/B.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/JavaJavah/B.cpp b/Tests/JavaJavah/B.cpp
index 491107e..86d8aa8 100644
--- a/Tests/JavaJavah/B.cpp
+++ b/Tests/JavaJavah/B.cpp
@@ -1,9 +1,9 @@
+#include "B.h"
+
#include <jni.h>
#include <stdio.h>
-#include "B.h"
-
JNIEXPORT void JNICALL Java_B_printName(JNIEnv*, jobject)
{
printf("B\n");