From 36269897fd6e6bc1948c2e1e0140064fe091922e Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sun, 28 Apr 2019 15:59:29 +0200 Subject: [PATCH] Remove unwanted sdbus-c++-internal includes from integration tests --- tests/integrationtests/AdaptorAndProxy_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integrationtests/AdaptorAndProxy_test.cpp b/tests/integrationtests/AdaptorAndProxy_test.cpp index 3b5229b..7810db2 100644 --- a/tests/integrationtests/AdaptorAndProxy_test.cpp +++ b/tests/integrationtests/AdaptorAndProxy_test.cpp @@ -24,9 +24,6 @@ */ // Own -#include "Connection.h" -#include "SdBus.h" - #include "TestingAdaptor.h" #include "TestingProxy.h"