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:
@@ -19,6 +19,7 @@
|
||||
#include "../ship.h"
|
||||
#include "../debug.h"
|
||||
#include "../3rdparty/fmt/ranges.h"
|
||||
#include "../safeguards.h"
|
||||
|
||||
using TWaterRegionTraversabilityBits = uint16_t;
|
||||
constexpr TWaterRegionPatchLabel FIRST_REGION_LABEL = 1;
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#ifndef YAPF_SHIP_REGIONS_H
|
||||
#define YAPF_SHIP_REGIONS_H
|
||||
|
||||
#include "../../stdafx.h"
|
||||
#include "../../tile_type.h"
|
||||
#include "../water_regions.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user