From 34adab072808cda75d02285b84496b2b27515dae Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 3 Oct 2023 13:39:36 -0400 Subject: [PATCH] Revert "8307603: [AIX] Broken build after JDK-8307301" Signed-off-by: Keith W. Campbell --- src/java.desktop/share/native/libharfbuzz/hb-subset.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/java.desktop/share/native/libharfbuzz/hb-subset.cc b/src/java.desktop/share/native/libharfbuzz/hb-subset.cc index 538f4ec64bf..ff591cb259f 100644 --- a/src/java.desktop/share/native/libharfbuzz/hb-subset.cc +++ b/src/java.desktop/share/native/libharfbuzz/hb-subset.cc @@ -43,11 +43,7 @@ #include "OT/Color/sbix/sbix.hh" #include "hb-ot-os2-table.hh" #include "hb-ot-post-table.hh" - -#if !defined(AIX) #include "hb-ot-post-table-v2subset.hh" -#endif - #include "hb-ot-cff1-table.hh" #include "hb-ot-cff2-table.hh" #include "hb-ot-vorg-table.hh"