Skip to content
Snippets Groups Projects
Commit 0f628295 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: remove legacy mocking inclusion

Change-Id: Ie187f459b136c36fbb65c21fdaa4f05958244474
parent 39da9739
No related branches found
No related tags found
No related merge requests found
......@@ -18,16 +18,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/callmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/callmanager_wrap.h"
#else
#include "callmanager_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
namespace CallManager {
......
......@@ -18,9 +18,6 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/configurationmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/configurationmanager_wrap.h"
#else
......@@ -28,7 +25,6 @@
#include <QDBusPendingReply>
#include "../qtwrapper/conversions_wrap.hpp"
#endif
#endif
#include <typedefs.h>
namespace ConfigurationManager {
......
......@@ -18,16 +18,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/instancemanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/instancemanager_wrap.h"
#else
#include "instance_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
namespace InstanceManager {
......
......@@ -17,16 +17,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
// #include "../../test/mocks/pluginmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "pluginmanager_wrap.h"
#else
#include "plugin_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
......
......@@ -16,16 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/presencemanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/presencemanager_wrap.h"
#else
#include "presencemanager_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
......
......@@ -17,16 +17,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/videomanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "videomanager_wrap.h"
#else
#include "video_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment