video_core/engines/engine_upload: Remove unnecessary includes

This commit is contained in:
Lioncash 2019-05-14 13:38:01 -04:00
parent c4d549919f
commit 0f83c8dffa
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cstring>
#include "common/assert.h"
#include "video_core/engines/engine_upload.h"
#include "video_core/memory_manager.h"

View File

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