summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h')
-rw-r--r--AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
index 951eed5..93b80db 100644
--- a/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
+++ b/AudioManagerDaemon/test/AmRouterTest/CAmRouterTest.h
@@ -30,11 +30,7 @@
#include <string>
#include <vector>
#include <set>
-#ifdef WITH_DATABASE_STORAGE
- #include "CAmDatabaseHandler.h"
-#else
- #include "CAmMapHandler.h"
-#endif
+#include "CAmDatabaseHandler.h"
#include "CAmControlReceiver.h"
#include "CAmControlSender.h"
#include "CAmDatabaseObserver.h"
@@ -60,11 +56,7 @@ public:
std::vector<std::string> plistCommandPluginDirs;
CAmSocketHandler pSocketHandler;
CAmControlSender pControlSender;
-#ifdef WITH_DATABASE_STORAGE
CAmDatabaseHandler pDatabaseHandler;
-#else
- CAmMapHandler pDatabaseHandler;
-#endif
CAmRouter pRouter;
CAmRoutingSender pRoutingSender;
CAmCommandSender pCommandSender;