From 513816ce5c055be898b80dfa3b7048bcaca876a7 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Sun, 24 Aug 2025 02:52:08 -0400 Subject: Add a precompiled header for RELs (#2597) --- src/d/d_error_msg.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/d/d_error_msg.cpp') diff --git a/src/d/d_error_msg.cpp b/src/d/d_error_msg.cpp index 5051645c4d..af55ac1429 100644 --- a/src/d/d_error_msg.cpp +++ b/src/d/d_error_msg.cpp @@ -3,15 +3,17 @@ * Disk Error Message screen handler */ +#include "d/dolzel.h" + #include -#include "d/d_error_msg.h" -#include "JSystem/J2DGraph/J2DTextBox.h" -#include "JSystem/J2DGraph/J2DPicture.h" #include "JSystem/J2DGraph/J2DOrthoGraph.h" +#include "JSystem/J2DGraph/J2DPicture.h" +#include "JSystem/J2DGraph/J2DTextBox.h" #include "JSystem/JUtility/JUTResFont.h" -#include "m_Do/m_Do_graphic.h" #include "JSystem/JUtility/JUTTexture.h" +#include "d/d_error_msg.h" #include "m_Do/m_Do_Reset.h" +#include "m_Do/m_Do_graphic.h" #include "assets/black_tex.h" #include "assets/msg_data.h" -- cgit v1.2.3