Skip to content

Commit

Permalink
add include file
Browse files Browse the repository at this point in the history
Signed-off-by: gqjjqg <[email protected]>
  • Loading branch information
gqjjqg committed Jun 23, 2017
1 parent 764637b commit 9d7b00f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/jni/image/image_adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#include <stdio.h>
#include <string.h>
#include <stdlib.h>

#include "image.h"

#include "loger.h"

typedef struct imageformat_t {
Expand Down
2 changes: 1 addition & 1 deletion src/main/jni/opengl/Matrix.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <string.h>
#include "Matrix.h"

#define PI 3.1415926f
Expand Down
2 changes: 1 addition & 1 deletion src/main/jni/opengl/render_adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <stdio.h>
#include <string.h>

#include <stdlib.h>
#include "render.h"
#include "loger.h"

Expand Down

0 comments on commit 9d7b00f

Please sign in to comment.