[sqlite] include "sqlite.h" in sqlite.h

2015-10-15 Thread bob
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

2015-10-15 Thread Richard Hipp
On 10/14/15, bob  wrote:
> having  #include "sqlite.h"  inside of sqlite.h  presumes the file is
> still called sqlite.h
> this makes deploying different versions very difficult.

That line can be omitted safely.

-- 
D. Richard Hipp
drh at sqlite.org