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:
@@ -30,17 +30,16 @@
|
||||
|
||||
#include "translationunit.h"
|
||||
|
||||
#include <QFileInfo>
|
||||
#include "codecompleter.h"
|
||||
#include "projectpart.h"
|
||||
#include "translationunitfilenotexitexception.h"
|
||||
#include "translationunitisnullexception.h"
|
||||
#include "translationunitparseerrorexception.h"
|
||||
#include "unsavedfiles.h"
|
||||
|
||||
#include <utf8string.h>
|
||||
|
||||
#include "codecompleter.h"
|
||||
|
||||
#include "translationunitisnullexception.h"
|
||||
#include "translationunitfilenotexitexception.h"
|
||||
#include "translationunitparseerrorexception.h"
|
||||
#include "unsavedfiles.h"
|
||||
#include "projectpart.h"
|
||||
#include <QFileInfo>
|
||||
|
||||
namespace ClangBackEnd {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user