diff options
Diffstat (limited to 'src/egg/core/eggDisplay.cpp')
| -rw-r--r-- | src/egg/core/eggDisplay.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/egg/core/eggDisplay.cpp b/src/egg/core/eggDisplay.cpp index 6a5a75a7..b9684803 100644 --- a/src/egg/core/eggDisplay.cpp +++ b/src/egg/core/eggDisplay.cpp @@ -2,9 +2,8 @@ #include "egg/core/eggXfbManager.h" #include "nw4r/db/db_directPrint.h" -#include "rvl/GX.h" -#include "rvl/OS/OSHardware.h" - +#include "rvl/GX.h" // IWYU pragma: export +#include "rvl/OS.h" // IWYU pragma: export extern "C" { void PreRetraceCallback(u32 retraceCount) { |
