summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/src
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-09-02 18:33:35 +0100
committerChristian Linke <christian.linke@bmw.de>2015-09-02 18:33:35 +0100
commit588cfa1fd5fe029d60dbb24f3014f33287a33061 (patch)
tree393292cf27b9afdcfb9801363fb36d19bb9ee3e6 /AudioManagerUtilities/src
parent84e728d99d05d676192cee94f3220616246c4980 (diff)
downloadaudiomanager-588cfa1fd5fe029d60dbb24f3014f33287a33061.tar.gz
* install tclap headers7.1
* rename config.h into audiomanagerconfig.h
Diffstat (limited to 'AudioManagerUtilities/src')
-rw-r--r--AudioManagerUtilities/src/CAmCommonAPIWrapper.cpp2
-rw-r--r--AudioManagerUtilities/src/CAmDbusWrapper.cpp2
-rw-r--r--AudioManagerUtilities/src/CAmSocketHandler.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/AudioManagerUtilities/src/CAmCommonAPIWrapper.cpp b/AudioManagerUtilities/src/CAmCommonAPIWrapper.cpp
index 0c00d62..2e539d3 100644
--- a/AudioManagerUtilities/src/CAmCommonAPIWrapper.cpp
+++ b/AudioManagerUtilities/src/CAmCommonAPIWrapper.cpp
@@ -15,7 +15,7 @@
* For further information see http://www.genivi.org/.
*/
-#include <config.h>
+#include <audiomanagerconfig.h>
#include <fstream>
#include <sstream>
#include <algorithm>
diff --git a/AudioManagerUtilities/src/CAmDbusWrapper.cpp b/AudioManagerUtilities/src/CAmDbusWrapper.cpp
index c819c92..b9194e6 100644
--- a/AudioManagerUtilities/src/CAmDbusWrapper.cpp
+++ b/AudioManagerUtilities/src/CAmDbusWrapper.cpp
@@ -22,7 +22,7 @@
*/
#include "CAmDbusWrapper.h"
-#include <config.h>
+#include <audiomanagerconfig.h>
#include <fstream>
#include <sstream>
#include <string>
diff --git a/AudioManagerUtilities/src/CAmSocketHandler.cpp b/AudioManagerUtilities/src/CAmSocketHandler.cpp
index ccf0481..4c23ad7 100644
--- a/AudioManagerUtilities/src/CAmSocketHandler.cpp
+++ b/AudioManagerUtilities/src/CAmSocketHandler.cpp
@@ -22,7 +22,7 @@
*/
#include "CAmSocketHandler.h"
-//#include <config.h>
+//#include <audiomanagerconfig.h>
#include <cassert>
#include <sys/fcntl.h>
#include <sys/errno.h>