summaryrefslogtreecommitdiff
path: root/src/d/d_error_msg.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-08-24 02:52:08 -0400
committerGitHub <noreply@github.com>2025-08-24 09:52:08 +0300
commit513816ce5c055be898b80dfa3b7048bcaca876a7 (patch)
tree85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/d_error_msg.cpp
parent8a30030dc73931727bd3d6327c1a37255a295f3f (diff)
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/d_error_msg.cpp')
-rw-r--r--src/d/d_error_msg.cpp10
1 files changed, 6 insertions, 4 deletions
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 <cstring.h>
-#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"