mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42: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:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "error_func.h"
|
||||
#include "safeguards.h"
|
||||
|
||||
[[noreturn]] void NOT_REACHED(const std::source_location location)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user