Skip to content

Commit

Permalink
Change includes for local files header files (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanelbulle authored Nov 20, 2024
1 parent 5b5c440 commit aebc0ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

#include <inttypes.h>
#include <jni.h>
#include <JNIHelp.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

#include "JNIHelp.h"
#include "CursorWindow.h"
#include "android_database_SQLiteCommon.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define _ANDROID_DATABASE_SQLITE_COMMON_H

#include <jni.h>
#include <JNIHelp.h>
#include "JNIHelp.h"

#include <sqlite3.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define LOG_TAG "SQLiteGlobal"

#include <jni.h>
#include <JNIHelp.h>
#include "JNIHelp.h"
#include "ALog-priv.h"

#include <sqlite3.h>
Expand Down

0 comments on commit aebc0ae

Please sign in to comment.