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 NEWGRF_PROFILING_H
|
||||
#define NEWGRF_PROFILING_H
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "timer/timer_game_calendar.h"
|
||||
#include "newgrf.h"
|
||||
#include "newgrf_callbacks.h"
|
||||
|
||||
Reference in New Issue
Block a user