having #include "sqlite.h" inside of sqlite.h presumes the file is still called sqlite.h this makes deploying different versions very difficult.
- [sqlite] include "sqlite.h" in sqlite.h bob
- [sqlite] include "sqlite.h" in sqlite.h Richard Hipp
having #include "sqlite.h" inside of sqlite.h presumes the file is still called sqlite.h this makes deploying different versions very difficult.