소스 검색

core/core: Remove unused header

This isn't used anywhere in either the cpp or header file.
Lioncash 6 년 전
부모
커밋
839b38c404
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/core/core.h

+ 0 - 1
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"