Minor: remove 'pragma onc'

This commit is contained in:
Gerhard Hoffmann 2023-12-12 17:50:23 +01:00
parent db7fe35095
commit 81459f7ab4

View File

@ -1,4 +1,6 @@
#pragma once
#ifndef TIME_RANGE_H_INCLUDED
#define TIME_RANGE_H_INCLUDED
#include "time_range_header.h"
struct TimeRange {
@ -6,3 +8,5 @@ public:
bool IsActive;
ATBTimeRange TimeRangeStructure;
};
#endif // TIME_RANGE_H_INCLUDED