소스 검색

hle: nvflinger: Remove unused unordered_map include.

bunnei 4 년 전
부모
커밋
81eefcaa76
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/core/hle/service/nvflinger/nvflinger.h

+ 0 - 1
src/core/hle/service/nvflinger/nvflinger.h

@@ -8,7 +8,6 @@
 #include <mutex>
 #include <optional>
 #include <thread>
-#include <unordered_map>
 #include <vector>
 
 #include "common/common_types.h"