From a7a5034958de8c5827b7d6fb310cd4b1f9ba6df2 Mon Sep 17 00:00:00 2001 From: Eladash Date: Mon, 29 Jun 2020 20:03:38 +0300 Subject: [PATCH] remove redundent include in Crypto/unedat.cpp (#8527) --- rpcs3/Crypto/unedat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Crypto/unedat.cpp b/rpcs3/Crypto/unedat.cpp index 8661adffdb..fe0f4a3dbc 100644 --- a/rpcs3/Crypto/unedat.cpp +++ b/rpcs3/Crypto/unedat.cpp @@ -3,7 +3,6 @@ #include "unedat.h" #include "Utilities/mutex.h" -#include "util/endian.hpp" #include LOG_CHANNEL(edat_log, "EDAT");