Skip to content

Commit d7f49d7

Browse files
committed
(Metal) Remove two unnnecessary header includes
1 parent a741c08 commit d7f49d7

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

gfx/drivers_context/cocoa_gl_ctx.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
#include "../../configuration.h"
4545
#include "../../retroarch.h"
4646
#include "../../verbosity.h"
47-
#ifdef HAVE_METAL
48-
#include "../common/metal_common.h"
49-
#endif
5047

5148
#if defined(HAVE_COCOATOUCH)
5249
#define GLContextClass EAGLContext

gfx/drivers_context/cocoa_vk_ctx.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
#include <string/stdstring.h>
3535

3636
#include "../common/vulkan_common.h"
37-
#ifdef HAVE_METAL
38-
#include "../common/metal_common.h"
39-
#endif
4037

4138
#include "../../ui/drivers/ui_cocoa.h"
4239
#include "../../ui/drivers/cocoa/cocoa_common.h"

0 commit comments

Comments
 (0)