Remove unused includes (#6405)

This commit is contained in:
Cameron Cawley 2023-04-02 01:54:59 +01:00 committed by GitHub
parent 215a099c4f
commit 387cf15719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,6 @@
#pragma once
#include <string>
#include "common/arch.h"
#if !CITRA_ARCH(x86_64)
#include <cstdlib> // for exit
#endif
#include "common/common_types.h"
/// Textually concatenates two tokens. The double-expansion is required by the C preprocessor.