Delete the SQLite source code

Delete the SQLite source files and change all includes to external
files. This is how libraries are supposed to work and avoids spamming
the project diff with updates that were not even done by us.
This commit is contained in:
Martin Kleusberg
2013-01-05 23:18:47 +01:00
parent 1c4891ad47
commit 7904b594ed
9 changed files with 5 additions and 145030 deletions

View File

@@ -1,7 +1,5 @@
#include "sqlitedb.h"
#include "sqlbrowser_util.h"
#include <stdlib.h>
#include <QRegExp>
#include <QFile>
#include <QMessageBox>
#include <QProgressDialog>