renderer_opengl/utils: Remove unused header inclusions

Nothing from these headers are used, so they can be removed.
master
Lioncash 2020-01-15 06:31:20 +07:00
parent 06d30fbcca
commit 7af56dfa76
1 changed files with 0 additions and 3 deletions

@ -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 {