ソースを参照

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"