| Index: third_party/sqlite/sqlite3.h
|
| diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
|
| index 2ae3410ef25f5b87ba25d1bbf53cac80601677c1..27094db29182c74c90af1675e700fc22360e905a 100644
|
| --- a/third_party/sqlite/sqlite3.h
|
| +++ b/third_party/sqlite/sqlite3.h
|
| @@ -12,7 +12,7 @@
|
| #if defined(USE_SYSTEM_SQLITE)
|
| #include <sqlite3.h>
|
| #else
|
| -#include "third_party/sqlite/preprocessed/sqlite3.h"
|
| +#include "third_party/sqlite/amalgamation/sqlite3.h"
|
| #endif
|
|
|
| #endif // THIRD_PARTY_SQLITE_SQLITE3_H_
|
|
|