Add PCH for JSystem (#2645)

This commit is contained in:
Max Roncace
2025-09-11 16:20:45 -04:00
committed by GitHub
parent f28c8efc08
commit 93d3b2af3b
247 changed files with 553 additions and 57 deletions
+2
View File
@@ -3,6 +3,8 @@
// Translation Unit: JSUFileStream
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JSupport/JSUFileStream.h"
#include "JSystem/JKernel/JKRFile.h"
+2
View File
@@ -3,6 +3,8 @@
// Translation Unit: JSUInputStream
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JSupport/JSUInputStream.h"
#include "JSystem/JSupport/JSURandomInputStream.h"
#include <dolphin.h>
+2
View File
@@ -3,6 +3,8 @@
// Translation Unit: JSUList
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JSupport/JSUList.h"
JSUPtrLink::JSUPtrLink(void* object) {
+2
View File
@@ -3,6 +3,8 @@
// Translation Unit: JSUMemoryStream
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JSupport/JSUMemoryStream.h"
#include "string.h"
+2
View File
@@ -1,3 +1,5 @@
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JSupport/JSUOutputStream.h"
#include "JSystem/JSupport/JSURandomOutputStream.h"
#include <dolphin.h>