From 58a78c795c0ce72a063f4dea4508a4c4dca7a088 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 16 Mar 2026 19:07:19 +0000 Subject: [PATCH] Refactor include paths for PS3 tools: update headers to use the ps3 directory --- tests/ps3_ird.cpp | 2 +- tests/ps3_iso9660.cpp | 4 ++-- tests/ps3_sfo.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ps3_ird.cpp b/tests/ps3_ird.cpp index 7d0b287..253c768 100644 --- a/tests/ps3_ird.cpp +++ b/tests/ps3_ird.cpp @@ -14,7 +14,7 @@ extern "C" { -#include "../tool/ird.h" +#include "../tool/ps3/ird.h" } class IrdFixture : public ::testing::Test diff --git a/tests/ps3_iso9660.cpp b/tests/ps3_iso9660.cpp index cd9ce2f..8a547ba 100644 --- a/tests/ps3_iso9660.cpp +++ b/tests/ps3_iso9660.cpp @@ -15,8 +15,8 @@ extern "C" { -#include "../tool/iso9660_mini.h" -#include "../tool/sfo.h" +#include "../tool/ps3/iso9660_mini.h" +#include "../tool/ps3/sfo.h" } /* In-memory ISO image for testing */ diff --git a/tests/ps3_sfo.cpp b/tests/ps3_sfo.cpp index 5adaef9..6150229 100644 --- a/tests/ps3_sfo.cpp +++ b/tests/ps3_sfo.cpp @@ -15,7 +15,7 @@ extern "C" { -#include "../tool/sfo.h" +#include "../tool/ps3/sfo.h" } class SfoFixture : public ::testing::Test