diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-12 12:56:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-12 12:56:27 -0400 |
| commit | 93a2a6522a0e8a05093194452aa99d176bbfcb32 (patch) | |
| tree | 45e5698d21f068ed87597e010e1173b0a911c80b /include/JSystem | |
| parent | 5f056105b3e15e8b2c845d00830264cd94c84bfe (diff) | |
d_a_movie_player fixes
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JSystem.pch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/JSystem.pch b/include/JSystem/JSystem.pch index 1c0c49b7..df12d158 100644 --- a/include/JSystem/JSystem.pch +++ b/include/JSystem/JSystem.pch @@ -1,7 +1,7 @@ #ifndef JSYSTEM_PCH #define JSYSTEM_PCH -#include "JSystem/JSupport/JSUList.h" -#include "JSystem/J3DGraphBase/J3DShape.h" +#include "JSystem/JSupport/JSUList.h" // IWYU pragma: export +#include "JSystem/J3DGraphBase/J3DShape.h" // IWYU pragma: export #endif /* JSYSTEM_PCH */ |
