This commit is contained in:
2022-01-03 17:17:35 +01:00
parent 50ea28b78e
commit 107ae2d6c9
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GERMANAIRLINESVA_GACONNECTOR_CONFIG_H
#define GERMANAIRLINESVA_GACONNECTOR_CONFIG_H
#include "stringExtensions.h"
#include "stringExtensions.hpp"
#include <map>
+1 -1
View File
@@ -7,7 +7,7 @@
#include <string>
#include <utility>
#include "util.h"
#include "util.hpp"
/*
* Representation of one X-Plane runway with supplementary information
@@ -1,9 +1,9 @@
#ifndef GERMANAIRLINESVA_GACONNECTOR_SIMULATORDATABASE_H
#define GERMANAIRLINESVA_GACONNECTOR_SIMULATORDATABASE_H
#include "gate.h"
#include "runway.h"
#include "stringExtensions.h"
#include "gate.hpp"
#include "runway.hpp"
#include "stringExtensions.hpp"
#define CURRENT_VERSION 1