Get SQLite to build
* changed headers * removed redundant declarations * ran clang-format * added sqlite3.mk
This commit is contained in:
3
third_party/sqlite3/sqlite3rtree.h
vendored
3
third_party/sqlite3/sqlite3rtree.h
vendored
@ -10,11 +10,12 @@
|
||||
**
|
||||
*************************************************************************
|
||||
*/
|
||||
/* clang-format off */
|
||||
|
||||
#ifndef _SQLITE3RTREE_H_
|
||||
#define _SQLITE3RTREE_H_
|
||||
|
||||
#include <sqlite3.h>
|
||||
#include "third_party/sqlite3/sqlite3.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user