aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/const_buffer_locker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/shader/const_buffer_locker.cpp')
-rw-r--r--src/video_core/shader/const_buffer_locker.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/shader/const_buffer_locker.cpp b/src/video_core/shader/const_buffer_locker.cpp
index 9adcd8163..5dce43b1f 100644
--- a/src/video_core/shader/const_buffer_locker.cpp
+++ b/src/video_core/shader/const_buffer_locker.cpp
@@ -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"