Browse Source

renderer_opengl/utils: Remove unused header inclusions

Nothing from these headers are used, so they can be removed.
nce_cpp
Lioncash 6 years ago
parent
commit
6ab1c2a461
  1. 3
      src/video_core/renderer_opengl/utils.cpp

3
src/video_core/renderer_opengl/utils.cpp

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

Loading…
Cancel
Save