summaryrefslogtreecommitdiff
path: root/src/common/ring_buffer.h
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 00:23:48 -0400
committerGravatar ameerj2022-03-19 15:01:31 -0400
commit923decae5a5098cb9d254e008ed61fc5e07ced38 (patch)
treeef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/ring_buffer.h
parentvideo_core: Reduce unused includes (diff)
downloadyuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.gz
yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.tar.xz
yuzu-923decae5a5098cb9d254e008ed61fc5e07ced38.zip
common: Reduce unused includes
Diffstat (limited to '')
-rw-r--r--src/common/ring_buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/ring_buffer.h b/src/common/ring_buffer.h
index 4a8d09806..db6aa6b95 100644
--- a/src/common/ring_buffer.h
+++ b/src/common/ring_buffer.h
@@ -12,7 +12,6 @@
12#include <new> 12#include <new>
13#include <type_traits> 13#include <type_traits>
14#include <vector> 14#include <vector>
15#include "common/common_types.h"
16 15
17namespace Common { 16namespace Common {
18 17