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.
This commit is contained in:
Lioncash 2019-06-04 06:29:12 -04:00
parent 7bdd4bb2d1
commit 89a83b0e5a

View file

@ -16,14 +16,7 @@
#pragma once
#include <cstdlib>
#include <cstdint>
#include <cstring>
#include <malloc.h>
#include <switch.h>
#include <atmosphere.h>
#include <stratosphere.hpp>
constexpr u32 BpcMitmPriority = 32;
constexpr u32 BpcMitmStackSize = 0x8000;