From 89a83b0e5a822c71985f3c18dce731675be05fd9 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 4 Jun 2019 06:29:12 -0400 Subject: [PATCH] bpcmitm_main: Remove unnecessary includes Quite a few headers are unused in this header, so we can remove them to make compilation a tiny bit faster. --- stratosphere/ams_mitm/source/bpc_mitm/bpcmitm_main.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stratosphere/ams_mitm/source/bpc_mitm/bpcmitm_main.hpp b/stratosphere/ams_mitm/source/bpc_mitm/bpcmitm_main.hpp index db3e1395f..f18c83b4c 100644 --- a/stratosphere/ams_mitm/source/bpc_mitm/bpcmitm_main.hpp +++ b/stratosphere/ams_mitm/source/bpc_mitm/bpcmitm_main.hpp @@ -16,14 +16,7 @@ #pragma once -#include -#include -#include -#include - #include -#include -#include constexpr u32 BpcMitmPriority = 32; constexpr u32 BpcMitmStackSize = 0x8000;