diff --git a/include/openauto/Projection/InputDevice.hpp b/include/openauto/Projection/InputDevice.hpp index 18b9f60..4514d4c 100644 --- a/include/openauto/Projection/InputDevice.hpp +++ b/include/openauto/Projection/InputDevice.hpp @@ -21,7 +21,7 @@ #include #include #include "IInputDevice.hpp" -#include "../Configuration/IConfiguration.hpp" +#include "openauto/Configuration/IConfiguration.hpp" namespace openauto { diff --git a/include/openauto/Projection/VideoOutput.hpp b/include/openauto/Projection/VideoOutput.hpp index 094e2dc..d039157 100644 --- a/include/openauto/Projection/VideoOutput.hpp +++ b/include/openauto/Projection/VideoOutput.hpp @@ -18,7 +18,7 @@ #pragma once -#include "../Configuration/IConfiguration.hpp" +#include "openauto/Configuration/IConfiguration.hpp" #include "IVideoOutput.hpp" namespace openauto diff --git a/include/openauto/Service/AndroidAutoEntity.hpp b/include/openauto/Service/AndroidAutoEntity.hpp index 741de57..c4447c0 100644 --- a/include/openauto/Service/AndroidAutoEntity.hpp +++ b/include/openauto/Service/AndroidAutoEntity.hpp @@ -23,7 +23,7 @@ #include "aasdk/Channel/Control/IControlServiceChannel.hpp" #include "aasdk/Channel/Control/IControlServiceChannelEventHandler.hpp" #include "aasdk/Channel/AV/VideoServiceChannel.hpp" -#include "../Configuration/IConfiguration.hpp" +#include "openauto/Configuration/IConfiguration.hpp" #include "IAndroidAutoEntity.hpp" #include "IService.hpp" #include "IPinger.hpp" diff --git a/include/openauto/Service/AndroidAutoEntityFactory.hpp b/include/openauto/Service/AndroidAutoEntityFactory.hpp index 17085e8..bab504d 100644 --- a/include/openauto/Service/AndroidAutoEntityFactory.hpp +++ b/include/openauto/Service/AndroidAutoEntityFactory.hpp @@ -20,7 +20,7 @@ #include #include "aasdk/Transport/ITransport.hpp" -#include "../Configuration/IConfiguration.hpp" +#include "openauto/Configuration/IConfiguration.hpp" #include "IAndroidAutoEntityFactory.hpp" #include "IServiceFactory.hpp" diff --git a/include/openauto/Service/AudioInputService.hpp b/include/openauto/Service/AudioInputService.hpp index 81d3651..5083629 100644 --- a/include/openauto/Service/AudioInputService.hpp +++ b/include/openauto/Service/AudioInputService.hpp @@ -20,7 +20,7 @@ #include "aasdk/Channel/AV/AVInputServiceChannel.hpp" #include "IService.hpp" -#include "../Projection/IAudioInput.hpp" +#include "openauto/Projection/IAudioInput.hpp" namespace openauto { diff --git a/include/openauto/Service/AudioService.hpp b/include/openauto/Service/AudioService.hpp index f02ee86..cdbd6ea 100644 --- a/include/openauto/Service/AudioService.hpp +++ b/include/openauto/Service/AudioService.hpp @@ -20,7 +20,7 @@ #include "aasdk/Channel/AV/IAudioServiceChannel.hpp" #include "aasdk/Channel/AV/IAudioServiceChannelEventHandler.hpp" -#include "../Projection/IAudioOutput.hpp" +#include "openauto/Projection/IAudioOutput.hpp" #include "IService.hpp" namespace openauto diff --git a/include/openauto/Service/BluetoothService.hpp b/include/openauto/Service/BluetoothService.hpp index 4652180..2d6b37f 100644 --- a/include/openauto/Service/BluetoothService.hpp +++ b/include/openauto/Service/BluetoothService.hpp @@ -19,7 +19,7 @@ #pragma once #include "aasdk/Channel/Bluetooth/BluetoothServiceChannel.hpp" -#include "../Projection/IBluetoothDevice.hpp" +#include "openauto/Projection/IBluetoothDevice.hpp" #include "IService.hpp" namespace openauto diff --git a/include/openauto/Service/InputService.hpp b/include/openauto/Service/InputService.hpp index b8d57c9..3f66e36 100644 --- a/include/openauto/Service/InputService.hpp +++ b/include/openauto/Service/InputService.hpp @@ -21,8 +21,8 @@ #include "aasdk_proto/ButtonCodeEnum.pb.h" #include "aasdk/Channel/Input/InputServiceChannel.hpp" #include "IService.hpp" -#include "../Projection/IInputDevice.hpp" -#include "../Projection/IInputDeviceEventHandler.hpp" +#include "openauto/Projection/IInputDevice.hpp" +#include "openauto/Projection/IInputDeviceEventHandler.hpp" namespace openauto { diff --git a/include/openauto/Service/VideoService.hpp b/include/openauto/Service/VideoService.hpp index 56c5cb7..0b70b04 100644 --- a/include/openauto/Service/VideoService.hpp +++ b/include/openauto/Service/VideoService.hpp @@ -21,7 +21,7 @@ #include #include "aasdk/Channel/AV/VideoServiceChannel.hpp" #include "aasdk/Channel/AV/IVideoServiceChannelEventHandler.hpp" -#include "../Projection/IVideoOutput.hpp" +#include "openauto/Projection/IVideoOutput.hpp" #include "IService.hpp" namespace openauto