Skip to content
Snippets Groups Projects
Commit 14230fe2 authored by Lioncash's avatar Lioncash
Browse files

gl_buffer_cache: Remove unnecessary includes

parent 68296d94
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cstring>
#include <memory>
#include "common/alignment.h"
#include "common/assert.h"
#include "core/core.h"
#include "core/memory.h"
#include "video_core/renderer_opengl/gl_buffer_cache.h"
......
......@@ -4,8 +4,8 @@
#pragma once
#include <cstddef>
#include <memory>
#include <unordered_map>
#include "common/common_types.h"
#include "video_core/rasterizer_cache.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment