summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mockclangcodemodelclient.h
diff options
context:
space:
mode:
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
{