summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mockclangcodemodelclient.h
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2017-06-15 16:43:37 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2017-06-19 11:08:39 +0000
commitb869f02f727f3c3486572357b377d79da17cc5d8 (patch)
tree9c556ddcec158f0006f86e62358f68e7271bbcba /tests/unit/unittest/mockclangcodemodelclient.h
parent1e76485402c5b57b4db9767468247eadf5cdae86 (diff)
downloadqt-creator-b869f02f727f3c3486572357b377d79da17cc5d8.tar.gz
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>
Diffstat (limited to 'tests/unit/unittest/mockclangcodemodelclient.h')
-rw-r--r--tests/unit/unittest/mockclangcodemodelclient.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/unit/unittest/mockclangcodemodelclient.h b/tests/unit/unittest/mockclangcodemodelclient.h
index a919de423e..0f5a8693bc 100644
--- a/tests/unit/unittest/mockclangcodemodelclient.h
+++ b/tests/unit/unittest/mockclangcodemodelclient.h
@@ -28,14 +28,7 @@
#include "googletest.h"
#include <clangbackendipc/clangcodemodelclientinterface.h>
-#include <clangbackendipc/cmbcodecompletedmessage.h>
-#include <clangbackendipc/cmbechomessage.h>
-#include <clangbackendipc/documentannotationschangedmessage.h>
-#include <clangbackendipc/referencesmessage.h>
-#include <clangbackendipc/projectpartsdonotexistmessage.h>
-#include <clangbackendipc/translationunitdoesnotexistmessage.h>
-#include <clangbackendipc/updatetranslationunitsforeditormessage.h>
-#include <clangbackendipc/updatevisibletranslationunitsmessage.h>
+#include <clangbackendipc/clangcodemodelclientmessages.h>
class MockClangCodeModelClient : public ClangBackEnd::ClangCodeModelClientInterface
{