1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Change <sqlite3.h> to "sqlite3.h" in #includes (CVS 4847)

FossilOrigin-Name: 98e55fa4d32c4579d54b3a8cc26abdb3c8148e13
This commit is contained in:
mlcreech
2008-03-09 02:00:19 +00:00
parent 5b0a9ebe4c
commit fb80d20a9f
4 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
*/
#if SQLITE_TEST /* This file is used for testing only */
#include <sqlite3.h>
#include "sqlite3.h"
#include "sqliteInt.h"
/*