From 387cf1571920d00afae8b58066dd22c1073464c6 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 2 Apr 2023 01:54:59 +0100 Subject: [PATCH] Remove unused includes (#6405) --- src/common/common_funcs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index ca3701061..966f21623 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h @@ -5,11 +5,6 @@ #pragma once #include -#include "common/arch.h" - -#if !CITRA_ARCH(x86_64) -#include // for exit -#endif #include "common/common_types.h" /// Textually concatenates two tokens. The double-expansion is required by the C preprocessor.