mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
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:
@@ -1,7 +1,5 @@
|
||||
#include "sqlitedb.h"
|
||||
#include "sqlbrowser_util.h"
|
||||
#include <stdlib.h>
|
||||
#include <QRegExp>
|
||||
#include <QFile>
|
||||
#include <QMessageBox>
|
||||
#include <QProgressDialog>
|
||||
|
||||
Reference in New Issue
Block a user