forked from qt-creator/qt-creator
Clang: Reorder includes
Change-Id: I324e88c0d295114390c1fac2745c0d2d47637ece Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -31,12 +31,12 @@
|
||||
#ifndef SQLITEDATABASE_H
|
||||
#define SQLITEDATABASE_H
|
||||
|
||||
#include "sqlitedatabaseconnectionproxy.h"
|
||||
#include "sqliteglobal.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QVector>
|
||||
|
||||
#include "sqliteglobal.h"
|
||||
#include "sqlitedatabaseconnectionproxy.h"
|
||||
|
||||
class SqliteTable;
|
||||
|
||||
class SQLITE_EXPORT SqliteDatabase : public QObject
|
||||
|
||||
Reference in New Issue
Block a user