Correct relative paths
This commit is contained in:
parent
323c231d36
commit
bb0881e827
@ -21,7 +21,7 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
#include "IInputDevice.hpp"
|
#include "IInputDevice.hpp"
|
||||||
#include "../Configuration/IConfiguration.hpp"
|
#include "openauto/Configuration/IConfiguration.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
{
|
{
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "../Configuration/IConfiguration.hpp"
|
#include "openauto/Configuration/IConfiguration.hpp"
|
||||||
#include "IVideoOutput.hpp"
|
#include "IVideoOutput.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "aasdk/Channel/Control/IControlServiceChannel.hpp"
|
#include "aasdk/Channel/Control/IControlServiceChannel.hpp"
|
||||||
#include "aasdk/Channel/Control/IControlServiceChannelEventHandler.hpp"
|
#include "aasdk/Channel/Control/IControlServiceChannelEventHandler.hpp"
|
||||||
#include "aasdk/Channel/AV/VideoServiceChannel.hpp"
|
#include "aasdk/Channel/AV/VideoServiceChannel.hpp"
|
||||||
#include "../Configuration/IConfiguration.hpp"
|
#include "openauto/Configuration/IConfiguration.hpp"
|
||||||
#include "IAndroidAutoEntity.hpp"
|
#include "IAndroidAutoEntity.hpp"
|
||||||
#include "IService.hpp"
|
#include "IService.hpp"
|
||||||
#include "IPinger.hpp"
|
#include "IPinger.hpp"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include "aasdk/Transport/ITransport.hpp"
|
#include "aasdk/Transport/ITransport.hpp"
|
||||||
#include "../Configuration/IConfiguration.hpp"
|
#include "openauto/Configuration/IConfiguration.hpp"
|
||||||
#include "IAndroidAutoEntityFactory.hpp"
|
#include "IAndroidAutoEntityFactory.hpp"
|
||||||
#include "IServiceFactory.hpp"
|
#include "IServiceFactory.hpp"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "aasdk/Channel/AV/AVInputServiceChannel.hpp"
|
#include "aasdk/Channel/AV/AVInputServiceChannel.hpp"
|
||||||
#include "IService.hpp"
|
#include "IService.hpp"
|
||||||
#include "../Projection/IAudioInput.hpp"
|
#include "openauto/Projection/IAudioInput.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "aasdk/Channel/AV/IAudioServiceChannel.hpp"
|
#include "aasdk/Channel/AV/IAudioServiceChannel.hpp"
|
||||||
#include "aasdk/Channel/AV/IAudioServiceChannelEventHandler.hpp"
|
#include "aasdk/Channel/AV/IAudioServiceChannelEventHandler.hpp"
|
||||||
#include "../Projection/IAudioOutput.hpp"
|
#include "openauto/Projection/IAudioOutput.hpp"
|
||||||
#include "IService.hpp"
|
#include "IService.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "aasdk/Channel/Bluetooth/BluetoothServiceChannel.hpp"
|
#include "aasdk/Channel/Bluetooth/BluetoothServiceChannel.hpp"
|
||||||
#include "../Projection/IBluetoothDevice.hpp"
|
#include "openauto/Projection/IBluetoothDevice.hpp"
|
||||||
#include "IService.hpp"
|
#include "IService.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
#include "aasdk_proto/ButtonCodeEnum.pb.h"
|
#include "aasdk_proto/ButtonCodeEnum.pb.h"
|
||||||
#include "aasdk/Channel/Input/InputServiceChannel.hpp"
|
#include "aasdk/Channel/Input/InputServiceChannel.hpp"
|
||||||
#include "IService.hpp"
|
#include "IService.hpp"
|
||||||
#include "../Projection/IInputDevice.hpp"
|
#include "openauto/Projection/IInputDevice.hpp"
|
||||||
#include "../Projection/IInputDeviceEventHandler.hpp"
|
#include "openauto/Projection/IInputDeviceEventHandler.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
{
|
{
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include "aasdk/Channel/AV/VideoServiceChannel.hpp"
|
#include "aasdk/Channel/AV/VideoServiceChannel.hpp"
|
||||||
#include "aasdk/Channel/AV/IVideoServiceChannelEventHandler.hpp"
|
#include "aasdk/Channel/AV/IVideoServiceChannelEventHandler.hpp"
|
||||||
#include "../Projection/IVideoOutput.hpp"
|
#include "openauto/Projection/IVideoOutput.hpp"
|
||||||
#include "IService.hpp"
|
#include "IService.hpp"
|
||||||
|
|
||||||
namespace openauto
|
namespace openauto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user