Remove unused includes (#6405)
This commit is contained in:
parent
215a099c4f
commit
387cf15719
|
@ -5,11 +5,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "common/arch.h"
|
|
||||||
|
|
||||||
#if !CITRA_ARCH(x86_64)
|
|
||||||
#include <cstdlib> // for exit
|
|
||||||
#endif
|
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
|
|
||||||
/// Textually concatenates two tokens. The double-expansion is required by the C preprocessor.
|
/// Textually concatenates two tokens. The double-expansion is required by the C preprocessor.
|
||||||
|
|
Reference in New Issue