Skip to content

Commit ff81228

Browse files
committed
Rearrange the header files in the right precedence
system --> library --> project
1 parent 0879ed6 commit ff81228

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/java_wrapper.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#include "java_wrapper.h"
2-
#include "arrayfire.h"
31
#include <vector>
2+
#include <arrayfire.h>
3+
#include <af/utils.h>
4+
#include "java_wrapper.h"
45

56
#ifdef ANDROID
67
#include <android/log.h>

0 commit comments

Comments
 (0)