summaryrefslogtreecommitdiff
path: root/src/common/alignment.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/alignment.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 'src/common/alignment.h')
-rw-r--r--src/common/alignment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/alignment.h b/src/common/alignment.h
index 8570c7d3c..e4653bf35 100644
--- a/src/common/alignment.h
+++ b/src/common/alignment.h
@@ -3,7 +3,6 @@
3#pragma once 3#pragma once
4 4
5#include <cstddef> 5#include <cstddef>
6#include <new>
7#include <type_traits> 6#include <type_traits>
8 7
9namespace Common { 8namespace Common {