mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-03 11:00:16 -04:00
Add PCH for JSystem (#2645)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
// Translation Unit: JSUFileStream
|
||||
//
|
||||
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JSupport/JSUFileStream.h"
|
||||
#include "JSystem/JKernel/JKRFile.h"
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
// Translation Unit: JSUList
|
||||
//
|
||||
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JSupport/JSUList.h"
|
||||
|
||||
JSUPtrLink::JSUPtrLink(void* object) {
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
// Translation Unit: JSUMemoryStream
|
||||
//
|
||||
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JSupport/JSUMemoryStream.h"
|
||||
#include "string.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JSupport/JSUOutputStream.h"
|
||||
#include "JSystem/JSupport/JSURandomOutputStream.h"
|
||||
#include <dolphin.h>
|
||||
|
||||
Reference in New Issue
Block a user