From f0c5b049bb8693ee7e8c436cede9feb8ec55be36 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 10 Oct 2021 17:09:34 +1000 Subject: [PATCH] DRMDisplay: Should include common types not core types --- src/common/drm_display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/drm_display.h b/src/common/drm_display.h index 4125681ce..da1ac56be 100644 --- a/src/common/drm_display.h +++ b/src/common/drm_display.h @@ -1,5 +1,5 @@ #pragma once -#include "core/types.h" +#include "types.h" #include #include #include