Skip to content

Commit a3cfbe8

Browse files
committed
rename include folder
1 parent f480b4b commit a3cfbe8

92 files changed

Lines changed: 143 additions & 144 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/ECFMP/ECFMP.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#pragma once
22

3-
#include "AirportFilter.h"
4-
#include "ApiElementCollection.h"
5-
#include "Event.h"
6-
#include "EventCollection.h"
7-
#include "EventFilter.h"
3+
#include "ECFMP/api/ApiElementCollection.h"
4+
#include "ECFMP/api/EventCollection.h"
5+
#include "ECFMP/event/Event.h"
6+
#include "ECFMP/event/EventParticipant.h"
7+
#include "ECFMP/flightinformationregion/FlightInformationRegion.h"
8+
#include "ECFMP/flowmeasure/AirportFilter.h"
9+
#include "ECFMP/flowmeasure/EventFilter.h"
10+
#include "ECFMP/flowmeasure/FlowMeasure.h"
11+
#include "ECFMP/flowmeasure/FlowMeasureFilters.h"
12+
#include "ECFMP/flowmeasure/LevelRangeFilter.h"
13+
#include "ECFMP/flowmeasure/Measure.h"
14+
#include "ECFMP/flowmeasure/MultipleLevelFilter.h"
15+
#include "ECFMP/flowmeasure/RouteFilter.h"
16+
#include "ECFMP/http/HttpClient.h"
17+
#include "ECFMP/log/Logger.h"
818
#include "EventListener.h"
919
#include "EventListenerFilter.h"
1020
#include "EventListeners.h"
11-
#include "EventParticipant.h"
12-
#include "FlightInformationRegion.h"
13-
#include "FlowMeasure.h"
14-
#include "FlowMeasureFilters.h"
15-
#include "HttpClient.h"
16-
#include "LevelRangeFilter.h"
17-
#include "Logger.h"
18-
#include "Measure.h"
19-
#include "MultipleLevelFilter.h"
20-
#include "RouteFilter.h"
2121
#include "Sdk.h"
2222
#include "SdkEvents.h"

include/ECFMP/EventListeners.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "FlowMeasure.h"
2+
#include "ECFMP/flowmeasure/FlowMeasure.h"
33

44
namespace ECFMP::Plugin {
55
template<typename... Types>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
2-
#include "ECFMP/ApiElementIterator.h"
3-
#include "ECFMP/Iterable.h"
2+
#include "ApiElementIterator.h"
3+
#include "Iterable.h"
44

55
namespace ECFMP::Api {
66

include/ECFMP/ElementCollectionTypes.h renamed to include/ECFMP/api/ElementCollectionTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
2-
#include "ApiElementCollection.h"
3-
#include "FlightInformationRegion.h"
2+
#include "ECFMP/api/ApiElementCollection.h"
3+
#include "ECFMP/flightinformationregion/FlightInformationRegion.h"
44

55
namespace ECFMP::Api {
66
typedef ECFMP::Api::StringIdentifiedApiElementCollection<ECFMP::FlightInformationRegion::FlightInformationRegion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "ApiElementCollection.h"
2+
#include "ECFMP/api/ApiElementCollection.h"
33

44
namespace ECFMP::Event {
55
class Event;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "ApiElementIterator.h"
2+
#include "ECFMP/api/ApiElementIterator.h"
33

44
namespace ECFMP::Plugin {
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
2-
#include "ApiElement.h"
2+
#include "ECFMP/api/ApiElement.h"
3+
#include "ECFMP/flightinformationregion/FlightInformationRegion.h"
34
#include "EventParticipant.h"
4-
#include "FlightInformationRegion.h"
55

66
namespace ECFMP::Event {
77
/**

0 commit comments

Comments
 (0)