mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-23 18:19:21 +01:00
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user