mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Cleanup includes 4/n
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
b3078cfbae
commit
17f22990e6
@ -8,6 +8,7 @@
|
||||
#include "shared/source/memory_manager/multi_graphics_allocation.h"
|
||||
|
||||
#include "shared/source/gmm_helper/gmm.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/memory_manager/migration_sync_data.h"
|
||||
|
||||
namespace NEO {
|
||||
|
@ -6,13 +6,16 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
|
||||
#include "shared/source/memory_manager/allocation_type.h"
|
||||
#include "shared/source/utilities/stackvec.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
class MigrationSyncData;
|
||||
class GraphicsAllocation;
|
||||
|
||||
class MultiGraphicsAllocation {
|
||||
public:
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "memory_properties_flags.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
|
Reference in New Issue
Block a user