mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 17:32:45 +01:00
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#ifndef TIMER_GAME_CALENDAR_H
|
||||
#define TIMER_GAME_CALENDAR_H
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../core/strong_typedef_type.hpp"
|
||||
#include "timer_game_common.h"
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
#ifndef TIMER_MANAGER_H
|
||||
#define TIMER_MANAGER_H
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
template <typename TTimerType>
|
||||
class BaseTimer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user