video_core/const_buffer_locker: Remove unused includes

This commit is contained in:
Lioncash 2019-11-27 05:51:13 -05:00
parent 9341ca7979
commit 930e311526
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <memory>
#include "common/assert.h"
#include "common/common_types.h"
#include "video_core/engines/maxwell_3d.h"
#include "video_core/engines/shader_type.h"

View File

@ -4,6 +4,7 @@
#pragma once
#include <optional>
#include <unordered_map>
#include "common/common_types.h"
#include "common/hash.h"