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,14 +31,14 @@
|
||||
#ifndef CLANGBACKEND_IPCINTERFACE_H
|
||||
#define CLANGBACKEND_IPCINTERFACE_H
|
||||
|
||||
#include "clangbackendipc_global.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QVariant;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "clangbackendipc_global.h"
|
||||
|
||||
namespace ClangBackEnd {
|
||||
|
||||
class CMBIPC_EXPORT IpcInterface
|
||||
|
||||
Reference in New Issue
Block a user