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,23 +31,21 @@
|
||||
#ifndef SQLITESTATEMENT_H
|
||||
#define SQLITESTATEMENT_H
|
||||
|
||||
#include <type_traits>
|
||||
#include <memory>
|
||||
#include "sqliteglobal.h"
|
||||
|
||||
#include "sqliteexception.h"
|
||||
#include "utf8stringvector.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QVariant>
|
||||
#include <QVector>
|
||||
|
||||
#include "sqliteglobal.h"
|
||||
#include <type_traits>
|
||||
#include <memory>
|
||||
|
||||
struct sqlite3_stmt;
|
||||
struct sqlite3;
|
||||
|
||||
#include "sqliteexception.h"
|
||||
#include "utf8stringvector.h"
|
||||
|
||||
|
||||
|
||||
class SQLITE_EXPORT SqliteStatement
|
||||
{
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user