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,25 +28,26 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock-matchers.h"
|
||||
#include "gmock/gmock-generated-matchers.h"
|
||||
#include "gtest-qt-printing.h"
|
||||
#include <filecontainer.h>
|
||||
#include <projectpartcontainer.h>
|
||||
#include <projectpart.h>
|
||||
#include <projectpartsdonotexistexception.h>
|
||||
#include <projects.h>
|
||||
#include <translationunitdoesnotexistexception.h>
|
||||
#include <translationunitfilenotexitexception.h>
|
||||
#include <translationunit.h>
|
||||
#include <translationunitisnullexception.h>
|
||||
#include <translationunits.h>
|
||||
#include <unsavedfiles.h>
|
||||
#include <utf8string.h>
|
||||
|
||||
|
||||
#include <clang-c/Index.h>
|
||||
|
||||
#include <translationunit.h>
|
||||
#include <unsavedfiles.h>
|
||||
#include <utf8string.h>
|
||||
#include <projectpart.h>
|
||||
#include <translationunits.h>
|
||||
#include <filecontainer.h>
|
||||
#include <projectpartcontainer.h>
|
||||
#include <projects.h>
|
||||
#include <translationunitdoesnotexistexception.h>
|
||||
#include <translationunitisnullexception.h>
|
||||
#include <translationunitfilenotexitexception.h>
|
||||
#include <projectpartsdonotexistexception.h>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gmock/gmock-matchers.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <gtest-qt-printing.h>
|
||||
|
||||
using ClangBackEnd::TranslationUnit;
|
||||
using ClangBackEnd::UnsavedFiles;
|
||||
|
||||
Reference in New Issue
Block a user