Correct relative paths

This commit is contained in:
Jason C. Wenger 2020-07-11 22:01:08 -05:00
parent 323c231d36
commit bb0881e827
9 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@
#include <QObject>
#include <QKeyEvent>
#include "IInputDevice.hpp"
#include "../Configuration/IConfiguration.hpp"
#include "openauto/Configuration/IConfiguration.hpp"
namespace openauto
{

View File

@ -18,7 +18,7 @@
#pragma once
#include "../Configuration/IConfiguration.hpp"
#include "openauto/Configuration/IConfiguration.hpp"
#include "IVideoOutput.hpp"
namespace openauto

View File

@ -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"

View File

@ -20,7 +20,7 @@
#include <boost/asio.hpp>
#include "aasdk/Transport/ITransport.hpp"
#include "../Configuration/IConfiguration.hpp"
#include "openauto/Configuration/IConfiguration.hpp"
#include "IAndroidAutoEntityFactory.hpp"
#include "IServiceFactory.hpp"

View File

@ -20,7 +20,7 @@
#include "aasdk/Channel/AV/AVInputServiceChannel.hpp"
#include "IService.hpp"
#include "../Projection/IAudioInput.hpp"
#include "openauto/Projection/IAudioInput.hpp"
namespace openauto
{

View File

@ -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

View File

@ -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

View File

@ -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
{

View File

@ -21,7 +21,7 @@
#include <memory>
#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