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,11 @@
|
||||
#ifndef UTF8STRINGVECTOR_H
|
||||
#define UTF8STRINGVECTOR_H
|
||||
|
||||
#include "sqliteglobal.h"
|
||||
#include "utf8string.h"
|
||||
|
||||
#include <QVector>
|
||||
|
||||
#include "sqliteglobal.h"
|
||||
|
||||
class SQLITE_EXPORT Utf8StringVector : public QVector<Utf8String>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user