Просмотр исходного кода

core/core: Remove unused header

This isn't used anywhere in either the cpp or header file.
Lioncash 6 лет назад
Родитель
Сommit
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"