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,19 +30,18 @@
|
||||
|
||||
#include "ipcclientproxy.h"
|
||||
|
||||
#include <cmbalivecommand.h>
|
||||
|
||||
#include <QVariant>
|
||||
#include <QVector>
|
||||
#include <QIODevice>
|
||||
#include <QtDebug>
|
||||
|
||||
#include "ipcserverinterface.h"
|
||||
#include "cmbalivecommand.h"
|
||||
#include "cmbcodecompletedcommand.h"
|
||||
#include "cmbechocommand.h"
|
||||
#include "cmbregistertranslationunitsforcodecompletioncommand.h"
|
||||
#include "cmbcodecompletedcommand.h"
|
||||
#include "translationunitdoesnotexistcommand.h"
|
||||
#include "ipcserverinterface.h"
|
||||
#include "projectpartsdonotexistcommand.h"
|
||||
#include "translationunitdoesnotexistcommand.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QIODevice>
|
||||
#include <QVariant>
|
||||
#include <QVector>
|
||||
|
||||
namespace ClangBackEnd {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user