summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/src/main.cpp')
-rwxr-xr-xAudioManagerDaemon/src/main.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index f8319b3..de10b73 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -30,10 +30,13 @@
#include "config.h"
#ifdef WITH_TELNET
-#include "CAmTelnetServer.h"
+ #include "CAmTelnetServer.h"
#endif
#ifdef WITH_DBUS_WRAPPER
-#include <shared/CAmDbusWrapper.h>
+ #include "shared/CAmDbusWrapper.h"
+#endif
+#ifdef WITH_NSM
+ #include "CAmNodeStateCommunicator.h"
#endif
#include <sys/resource.h>
@@ -57,11 +60,11 @@
#include "CAmControlReceiver.h"
#include "CAmDatabaseObserver.h"
#include "CAmWatchdog.h"
-#include "CAmNodeStateCommunicator.h"
#include "shared/CAmDltWrapper.h"
#include "shared/CAmSocketHandler.h"
+
using namespace am;
DLT_DECLARE_CONTEXT(AudioManager)