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:
@@ -28,15 +28,16 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock-matchers.h"
|
||||
#include "gtest-qt-printing.h"
|
||||
#include <sqlstatementbuilderexception.h>
|
||||
#include <sqlstatementbuilder.h>
|
||||
#include <utf8stringvector.h>
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <sqlstatementbuilder.h>
|
||||
#include <sqlstatementbuilderexception.h>
|
||||
#include <utf8stringvector.h>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gmock/gmock-matchers.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <gtest-qt-printing.h>
|
||||
|
||||
using namespace ::testing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user