Skip to content

Commit 118f0b8

Browse files
committed
some header cleanups
Add some shadowed dependencies as future-proofing Also, remove some crud left over to mitigate long-dead bugs in MSVC
1 parent 505f600 commit 118f0b8

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

library/include/DataDefs.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ distribution.
3434

3535
#include "BitArray.h"
3636

37-
// Stop some MS stupidity
38-
#ifdef interface
39-
#undef interface
40-
#endif
41-
4237
typedef struct lua_State lua_State;
4338

4439
/*

library/include/DataFuncs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ distribution.
3030
#include <map>
3131
#include <type_traits>
3232

33+
#include "ColorText.h"
3334
#include "DataIdentity.h"
3435
#include "LuaWrapper.h"
3536

library/include/modules/DFSDL.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include "Error.h"
34
#include "Export.h"
45
#include "ColorText.h"
56

library/modules/Constructions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ using namespace std;
3333

3434
#include "Core.h"
3535
#include "MemAccess.h"
36+
#include "MiscUtils.h"
3637
#include "TileTypes.h"
3738
#include "Types.h"
3839
#include "VersionInfo.h"

0 commit comments

Comments
 (0)