diff --git a/shared/source/direct_submission/windows/wddm_direct_submission.h b/shared/source/direct_submission/windows/wddm_direct_submission.h index 5fc83a2c26..b7999f72c3 100644 --- a/shared/source/direct_submission/windows/wddm_direct_submission.h +++ b/shared/source/direct_submission/windows/wddm_direct_submission.h @@ -8,7 +8,8 @@ #pragma once #include "shared/source/direct_submission/direct_submission_hw.h" #include "shared/source/os_interface/windows/windows_defs.h" -struct COMMAND_BUFFER_HEADER_REC; + +struct COMMAND_BUFFER_HEADER_REC; // NOLINT(readability-identifier-naming), forward declaration from sharedata_wrapper.h typedef struct COMMAND_BUFFER_HEADER_REC COMMAND_BUFFER_HEADER; namespace NEO { diff --git a/shared/source/os_interface/windows/wddm_device_command_stream.h b/shared/source/os_interface/windows/wddm_device_command_stream.h index ceb29d23f2..ffbd6f0f02 100644 --- a/shared/source/os_interface/windows/wddm_device_command_stream.h +++ b/shared/source/os_interface/windows/wddm_device_command_stream.h @@ -9,7 +9,7 @@ #include "shared/source/command_stream/device_command_stream.h" #include "shared/source/command_stream/submission_status.h" -struct COMMAND_BUFFER_HEADER_REC; +struct COMMAND_BUFFER_HEADER_REC; // NOLINT(readability-identifier-naming), forward declaration from sharedata_wrapper.h namespace NEO { class GmmPageTableMngr;