소스 검색

renderer_opengl/utils: Remove unused header inclusions

Nothing from these headers are used, so they can be removed.
Lioncash 6 년 전
부모
커밋
7af56dfa76
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/video_core/renderer_opengl/utils.cpp

+ 0 - 3
src/video_core/renderer_opengl/utils.cpp

@@ -6,12 +6,9 @@
 #include <vector>
 
 #include <fmt/format.h>
-
 #include <glad/glad.h>
 
-#include "common/assert.h"
 #include "common/common_types.h"
-#include "common/scope_exit.h"
 #include "video_core/renderer_opengl/utils.h"
 
 namespace OpenGL {