Fix: Incorrect include path for timers. (#11351)

This commit is contained in:
Peter Nelson
2023-10-04 17:02:16 +01:00
committed by GitHub
parent 7145b7060a
commit d1a94d75e1
7 changed files with 15 additions and 15 deletions

View File

@@ -10,14 +10,14 @@
* This file implements the timer logic for the game-calendar-timer.
*/
#include "stdafx.h"
#include "openttd.h"
#include "../stdafx.h"
#include "../openttd.h"
#include "timer.h"
#include "timer_game_calendar.h"
#include "vehicle_base.h"
#include "linkgraph/linkgraph.h"
#include "../vehicle_base.h"
#include "../linkgraph/linkgraph.h"
#include "safeguards.h"
#include "../safeguards.h"
TimerGameCalendar::Year TimerGameCalendar::year = {};
TimerGameCalendar::Month TimerGameCalendar::month = {};