From 758480a7ea670ff498a4e0e3a3169f09e48a2a09 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Thu, 24 Jul 2025 22:48:01 -0500 Subject: [PATCH] Move include in m_misc.h where it belongs --- src/m_misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_misc.h b/src/m_misc.h index 9d54e4e68..299efd9ed 100644 --- a/src/m_misc.h +++ b/src/m_misc.h @@ -21,6 +21,7 @@ #include "d_event.h" // Screenshot responder #include "command.h" +#include "w_wad.h" #ifdef __cplusplus @@ -164,7 +165,6 @@ const char * M_Ftrim (double); // counting bits, for weapon ammo code, usually FUNCMATH UINT8 M_CountBits(UINT32 num, UINT8 size); -#include "w_wad.h" extern char configfile[MAX_WADPATH]; #ifdef __cplusplus