mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
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:
parent
7bdd4bb2d1
commit
89a83b0e5a
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue