summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-05-11 10:49:15 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-05-24 13:40:22 +0200
commit94db855f41c2013f8ce7adb3c0abd13f8ae02073 (patch)
tree6c790c377e512d65a2fab150a0b4d078aca7e3ac /PluginCommandInterfaceDbus
parent6681a98594680fe6ab15abeeb0ea915c44d7ad6a (diff)
downloadaudiomanager-94db855f41c2013f8ce7adb3c0abd13f8ae02073.tar.gz
* [GAM-75] fix: make AudioManager independend from python version
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceDbus')
-rw-r--r--PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.cpp2
-rw-r--r--PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.cpp b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.cpp
index 34ef0c9..052c46f 100644
--- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.cpp
+++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusSignalTest.cpp
@@ -16,7 +16,7 @@
*/
#include "CAmCommandSenderDbusSignalTest.h"
-#include <python2.6/Python.h>
+#include <Python.h>
#include <iostream>
#include <fstream>
#include <algorithm>
diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp
index c12e3c1..8add391 100644
--- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp
+++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp
@@ -16,7 +16,7 @@
*/
#include "CAmCommandSenderDbusTest.h"
-#include <python2.6/Python.h>
+#include <Python.h>
#include <iostream>
#include <fstream>
#include <sstream>