diff options
| author | bunnei <bunneidev@gmail.com> | 2020-10-29 12:28:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 12:28:07 -0700 |
| commit | ef29bf45159955963da45bc8838950a0fd39ae90 (patch) | |
| tree | 2fed8fd3831487763bc823b580ee9c021ef77077 /src/video_core/command_classes/codecs/codec.h | |
| parent | 2dbb144fc62ec20b37268865fba46f02e987781b (diff) | |
| parent | cce14b4cd75fd3bbab548375a0a547ec499283e2 (diff) | |
Merge pull request #4837 from lioncash/nvdec-2
nvdec: Minor tidying up
Diffstat (limited to 'src/video_core/command_classes/codecs/codec.h')
| -rw-r--r-- | src/video_core/command_classes/codecs/codec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/command_classes/codecs/codec.h b/src/video_core/command_classes/codecs/codec.h index 2e56daf29..cb67094f6 100644 --- a/src/video_core/command_classes/codecs/codec.h +++ b/src/video_core/command_classes/codecs/codec.h @@ -5,8 +5,6 @@ #pragma once #include <memory> -#include <vector> -#include "common/common_funcs.h" #include "common/common_types.h" #include "video_core/command_classes/nvdec_common.h" |
