diff --git a/targets/TARGET_RENESAS/TARGET_RZ_A1XX/USBPhy_RZ_A1.cpp b/targets/TARGET_RENESAS/TARGET_RZ_A1XX/USBPhy_RZ_A1.cpp index 9d6cebaac1..d614d9c01a 100644 --- a/targets/TARGET_RENESAS/TARGET_RZ_A1XX/USBPhy_RZ_A1.cpp +++ b/targets/TARGET_RENESAS/TARGET_RZ_A1XX/USBPhy_RZ_A1.cpp @@ -25,7 +25,6 @@ extern "C" } #include "USBPhyHw.h" #include "rza_io_regrw.h" -#include "USBDevice_Types.h" #include "USBEndpoints_RZ_A1.h" #include "USBPhy_RZ_A1_Def.h" diff --git a/targets/TARGET_RENESAS/TARGET_RZ_A2XX/USBPhy_RZ_A2.cpp b/targets/TARGET_RENESAS/TARGET_RZ_A2XX/USBPhy_RZ_A2.cpp index 67f9a7ca8a..bac9aee222 100644 --- a/targets/TARGET_RENESAS/TARGET_RZ_A2XX/USBPhy_RZ_A2.cpp +++ b/targets/TARGET_RENESAS/TARGET_RZ_A2XX/USBPhy_RZ_A2.cpp @@ -24,7 +24,6 @@ extern "C" #include "iodefine.h" } #include "USBPhyHw.h" -#include "USBDevice_Types.h" #include "USBEndpoints_RZ_A2.h" #include "USBPhy_RZ_A2_Def.h" #include "pinmap.h"