Fixed all the includes that were broken due to the renames

This commit is contained in:
Avamander
2020-10-02 22:16:48 +03:00
parent 4daab26926
commit 6c86d1d9d7
110 changed files with 149 additions and 136 deletions

View File

@@ -1,4 +1,4 @@
#include <SystemTask/SystemTask.h>
#include <systemtask/SystemTask.h>
#include "NotificationManager.h"
#include "AlertNotificationClient.h"

View File

@@ -1,7 +1,7 @@
#include <hal/nrf_rtc.h>
#include "NotificationManager.h"
#include <SystemTask/SystemTask.h>
#include <systemtask/SystemTask.h>
#include "AlertNotificationService.h"
#include <cstring>

View File

@@ -1,5 +1,5 @@
#include "BatteryInformationService.h"
#include "../Battery/BatteryController.h"
#include "components/battery/BatteryController.h"
using namespace Pinetime::Controllers;

View File

@@ -1,7 +1,8 @@
#pragma once
#include <cstdint>
#include <array>
#include <Components/DateTime/DateTimeController.h>
#include "components/datetime/DateTimeController.h"
#include <host/ble_gap.h>
namespace Pinetime {

View File

@@ -1,7 +1,8 @@
#pragma once
#include <cstdint>
#include <array>
#include <Components/DateTime/DateTimeController.h>
#include "components/datetime/DateTimeController.h"
#include <host/ble_gap.h>
namespace Pinetime {

View File

@@ -1,6 +1,7 @@
#include <Components/Ble/BleController.h>
#include <SystemTask/SystemTask.h>
#include <cstring>
#include "components/ble/BleController.h"
#include "systemtask/SystemTask.h"
#include "DfuService.h"
using namespace Pinetime::Controllers;

View File

@@ -1,5 +1,5 @@
#include <systemtask/SystemTask.h>
#include "ImmediateAlertService.h"
#include <SystemTask/SystemTask.h>
#include "AlertNotificationService.h"
using namespace Pinetime::Controllers;

View File

@@ -1,4 +1,4 @@
#include <SystemTask/SystemTask.h>
#include <systemtask/SystemTask.h>
#include "MusicService.h"
int MSCallback(uint16_t conn_handle, uint16_t attr_handle, struct ble_gatt_access_ctxt *ctxt, void *arg) {

View File

@@ -1,8 +1,8 @@
#include <Components/DateTime/DateTimeController.h>
#include "components/datetime/DateTimeController.h"
#include <SystemTask/SystemTask.h>
#include <Components/Ble/NotificationManager.h>
#include <systemtask/SystemTask.h>
#include "components/ble/NotificationManager.h"
#include <hal/nrf_rtc.h>
#include "NimbleController.h"

View File

@@ -1,6 +1,7 @@
#pragma once
#include <cstdint>
#include "AlertNotificationService.h"
#include "AlertNotificationClient.h"
#include "DeviceInformationService.h"