From 08e227708f9c755b7ccba77b9ff19387b4c72df2 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 5 Dec 2024 17:38:48 +0200 Subject: [PATCH] clang-fix --- src/core/devices/base_device.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/devices/base_device.h b/src/core/devices/base_device.h index 8b4d81613..351af82b4 100644 --- a/src/core/devices/base_device.h +++ b/src/core/devices/base_device.h @@ -3,10 +3,9 @@ #pragma once +#include #include "common/types.h" #include "common/va_ctx.h" -#include "core/libraries/error_codes.h" -#include namespace Libraries::Kernel { struct OrbisKernelStat;