video_core/renderer_opengl: Remove unnecessary includes

Quite a few unused includes have built up over time, particularly on
core/memory.h. Removing these includes means the source files including
those files will no longer need to be rebuilt if they're changed, making
compilation slightly faster in this scenario.
This commit is contained in:
Lioncash
2019-04-04 11:58:06 -04:00
parent 7c31661869
commit 3fd5998d84
13 changed files with 4 additions and 24 deletions

View File

@@ -7,7 +7,6 @@
#include "common/alignment.h"
#include "core/core.h"
#include "core/memory.h"
#include "video_core/renderer_opengl/gl_buffer_cache.h"
#include "video_core/renderer_opengl/gl_rasterizer.h"