refactor: do not use C headers

Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
This commit is contained in:
Jaroslaw Warchulski
2025-11-25 10:51:29 +00:00
committed by Compute-Runtime-Automation
parent 3ac2aa6fce
commit cc79a136c9
67 changed files with 55 additions and 114 deletions

View File

@@ -9,7 +9,7 @@
#include "config.h"
#include <stdint.h>
#include <cstdint>
#ifdef BRANCH_TYPE
#define STRINGIFY_HELPER(x) #x

View File

@@ -6,9 +6,10 @@
*/
#pragma once
#include "common/StateSaveAreaHeader.h"
#include <cstdint>
namespace NEO {
// NOLINTBEGIN
struct StateSaveAreaHeader {