forked from qt-creator/qt-creator
Clang: Introduce headers for client/server messages
This reduces the overhead when a new message needs to be added. Change-Id: I5bb2833af2f06f2a8e101cfb03f75ffc2927bf68 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -44,14 +44,8 @@
|
||||
#include <texteditor/textdocument.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
|
||||
#include <clangbackendipc/cmbcompletecodemessage.h>
|
||||
#include <clangbackendipc/cmbendmessage.h>
|
||||
#include <clangbackendipc/cmbregisterprojectsforeditormessage.h>
|
||||
#include <clangbackendipc/cmbregistertranslationunitsforeditormessage.h>
|
||||
#include <clangbackendipc/cmbunregisterprojectsforeditormessage.h>
|
||||
#include <clangbackendipc/cmbunregistertranslationunitsforeditormessage.h>
|
||||
#include <clangbackendipc/registerunsavedfilesforeditormessage.h>
|
||||
#include <clangbackendipc/updatetranslationunitsforeditormessage.h>
|
||||
#include <clangbackendipc/clangcodemodelservermessages.h>
|
||||
|
||||
#include <utils/changeset.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user