video_core: Reduce unused includes

This commit is contained in:
ameerj 2022-03-19 00:06:57 -04:00
parent 8a8ea65fae
commit 1bc7d61b57
75 changed files with 12 additions and 139 deletions

View file

@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <cstdio>
#include <fstream>
#include <vector>
#include "common/assert.h"

View file

@ -7,7 +7,7 @@
#include <memory>
#include <string_view>
#include <queue>
#include "common/common_types.h"
#include "video_core/command_classes/nvdec_common.h"
extern "C" {

View file

@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <array>
#include <vector>
#include "video_core/command_classes/codecs/vp8.h"

View file

@ -5,7 +5,6 @@
#pragma once
#include <array>
#include <cstring>
#include <vector>
#include "common/common_funcs.h"
#include "common/common_types.h"

View file

@ -4,8 +4,6 @@
#pragma once
#include <vector>
#include "common/common_funcs.h"
#include "common/common_types.h"
namespace Tegra {