summaryrefslogtreecommitdiff
path: root/src/d/d_stage.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2023-12-25 07:31:05 -0800
committerGitHub <noreply@github.com>2023-12-25 17:31:05 +0200
commita7edd19f16685e9a1e505eec642318250553e399 (patch)
tree9fcef630adac7a4f7218c372e68320d68970ef83 /src/d/d_stage.cpp
parentb9ffe811fd93c946bf7f099cd67163df94db5784 (diff)
MSL_C fully matched / some SSystem cleanup/ obj_rgate OK (#2011)
* cleanup SSystem files * MSL_C fully matched * fix build * remove asm * reorganize MSL_C/Runtime libs into more accurate setup * little more cleanup * cleanup some MSL headers * obj_rgate OK * remove asm * some rgate documentation
Diffstat (limited to 'src/d/d_stage.cpp')
-rw-r--r--src/d/d_stage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp
index 5fa251d9dd..59f12eb3ce 100644
--- a/src/d/d_stage.cpp
+++ b/src/d/d_stage.cpp
@@ -6,7 +6,7 @@
#include "d/d_stage.h"
#include "JSystem/JKernel/JKRAramArchive.h"
#include "JSystem/JKernel/JKRExpHeap.h"
-#include "MSL_C/stdio.h"
+#include "stdio.h"
#include "SSystem/SComponent/c_malloc.h"
#include "d/com/d_com_inf_game.h"
#include "d/com/d_com_static.h"