From 839b38c404224592372647c4adb316bbe6f856e4 Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Sun, 6 Oct 2019 13:54:24 -0400
Subject: [PATCH] core/core: Remove unused header

This isn't used anywhere in either the cpp or header file.
---
 src/core/core.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/core/core.h b/src/core/core.h
index 97944c366e..d13b6aa5ec 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -8,7 +8,6 @@
 #include <memory>
 #include <string>
 
-#include <map>
 #include "common/common_types.h"
 #include "core/file_sys/vfs_types.h"
 #include "core/hle/kernel/object.h"