video_core/renderer_base: Remove GL include from the renderer base class files

Keeps the base class source files implementation-agnostic.
pull/8/head
Lioncash 6 years ago
parent 65bd03d74c
commit 4ed9ef15c4

@ -5,7 +5,6 @@
#include "core/frontend/emu_window.h"
#include "core/settings.h"
#include "video_core/renderer_base.h"
#include "video_core/renderer_opengl/gl_rasterizer.h"
namespace VideoCore {

Loading…
Cancel
Save