Skip to content

Commit 26b43af

Browse files
Fix includes around a gmm_helper
Change-Id: I76351c00ba4447e77c2d7993dae0fe294a1061c6 Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
1 parent b93817f commit 26b43af

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

runtime/gmm_helper/client_context/gmm_client_context_base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
#pragma once
9-
#include "runtime/gmm_helper/gmm_helper.h"
109
#include "runtime/gmm_helper/gmm_lib.h"
1110

1211
#include <memory>

runtime/gmm_helper/gmm_helper.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@
77

88
#include "runtime/gmm_helper/gmm_helper.h"
99

10-
#include "core/helpers/aligned_memory.h"
1110
#include "core/helpers/debug_helpers.h"
1211
#include "core/memory_manager/graphics_allocation.h"
1312
#include "runtime/execution_environment/execution_environment.h"
14-
#include "runtime/gmm_helper/gmm.h"
15-
#include "runtime/gmm_helper/resource_info.h"
1613
#include "runtime/helpers/get_info.h"
1714
#include "runtime/helpers/hw_info.h"
1815
#include "runtime/helpers/surface_formats.h"
19-
#include "runtime/mem_obj/buffer.h"
2016
#include "runtime/os_interface/os_library.h"
2117
#include "runtime/platform/platform.h"
2218
#include "runtime/sku_info/operations/sku_info_transfer.h"

runtime/gmm_helper/gmm_helper.h

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,19 @@
77

88
#pragma once
99
#include "core/memory_manager/memory_constants.h"
10-
#include "runtime/api/cl_types.h"
1110
#include "runtime/gmm_helper/gmm_lib.h"
1211

13-
#include <cstdint>
14-
#include <cstdlib>
1512
#include <memory>
1613

1714
namespace NEO {
1815
enum class OCLPlane;
16+
class GmmClientContext;
17+
class GraphicsAllocation;
18+
class OsLibrary;
1919
struct HardwareInfo;
2020
struct FeatureTable;
2121
struct WorkaroundTable;
2222
struct ImageInfo;
23-
class GraphicsAllocation;
24-
class Gmm;
25-
class OsLibrary;
26-
class GmmClientContext;
2723

2824
class GmmHelper {
2925
public:

0 commit comments

Comments
 (0)