summaryrefslogtreecommitdiff
path: root/src/video_core/cdma_pusher.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/video_core/cdma_pusher.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/video_core/cdma_pusher.h')
-rw-r--r--src/video_core/cdma_pusher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/cdma_pusher.h b/src/video_core/cdma_pusher.h
index 87b49d6ea..cb1d16b71 100644
--- a/src/video_core/cdma_pusher.h
+++ b/src/video_core/cdma_pusher.h
@@ -8,6 +8,7 @@
8#include <vector> 8#include <vector>
9 9
10#include "common/bit_field.h" 10#include "common/bit_field.h"
11#include "common/common_funcs.h"
11#include "common/common_types.h" 12#include "common/common_types.h"
12 13
13namespace Tegra { 14namespace Tegra {