renderer_opengl: Header cleanup

* Should help with building times
This commit is contained in:
emufan4568 2022-08-21 02:22:57 +03:00
parent 07a69b7c7b
commit 2726fe66db
15 changed files with 43 additions and 96 deletions

View file

@ -3,13 +3,6 @@
// Refer to the license.txt file included.
#pragma once
#include <array>
#include <cstddef>
#include <string>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "video_core/regs_framebuffer.h"
#include "video_core/regs_lighting.h"
#include "video_core/regs_pipeline.h"