diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-04-11 22:15:19 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-04-11 22:15:19 +0200 |
commit | 1c5b027e316f99c7a00b9f15cd9516e051b9d9b8 (patch) | |
tree | 9ab37f9471e74359fdeecf9ad51c7ec0d579b4dd /src/storage_sqlite.c | |
parent | sqlite: create indices (diff) | |
download | cimple-1c5b027e316f99c7a00b9f15cd9516e051b9d9b8.tar.gz cimple-1c5b027e316f99c7a00b9f15cd9516e051b9d9b8.zip |
put SQL headers to a separate directory
Diffstat (limited to 'src/storage_sqlite.c')
-rw-r--r-- | src/storage_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage_sqlite.c b/src/storage_sqlite.c index 3f2c5c5..abde621 100644 --- a/src/storage_sqlite.c +++ b/src/storage_sqlite.c @@ -7,8 +7,8 @@ #include "storage_sqlite.h" #include "log.h" +#include "sql/sqlite_sql.h" #include "sqlite.h" -#include "sqlite_sql.h" #include "storage.h" #include <sqlite3.h> |