Browse Source

shader_ir: Remove unused includes

Removes unnecessary header dependencies.
Lioncash 7 years ago
parent
commit
44d87ff641
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/video_core/shader/shader_ir.h

+ 0 - 3
src/video_core/shader/shader_ir.h

@@ -5,13 +5,10 @@
 #pragma once
 #pragma once
 
 
 #include <array>
 #include <array>
-#include <cstring>
 #include <map>
 #include <map>
 #include <optional>
 #include <optional>
 #include <set>
 #include <set>
-#include <string>
 #include <tuple>
 #include <tuple>
-#include <variant>
 #include <vector>
 #include <vector>
 
 
 #include "common/common_types.h"
 #include "common/common_types.h"