From dfe62dcf8bcefc523b466e127c3edc4dc2756629 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 6 Oct 2024 13:57:39 +0800 Subject: Rename common to base. --- include/cru/platform/graphics/web_canvas/WebCanvasRef.h | 2 +- include/cru/platform/graphics/web_canvas/WebCanvasResource.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/platform/graphics/web_canvas') diff --git a/include/cru/platform/graphics/web_canvas/WebCanvasRef.h b/include/cru/platform/graphics/web_canvas/WebCanvasRef.h index a5d4f395..a8995b90 100644 --- a/include/cru/platform/graphics/web_canvas/WebCanvasRef.h +++ b/include/cru/platform/graphics/web_canvas/WebCanvasRef.h @@ -1,6 +1,6 @@ #pragma once -#include "cru/common/Base.h" +#include "cru/base/Base.h" #include diff --git a/include/cru/platform/graphics/web_canvas/WebCanvasResource.h b/include/cru/platform/graphics/web_canvas/WebCanvasResource.h index 1e9bf75d..6c8087d0 100644 --- a/include/cru/platform/graphics/web_canvas/WebCanvasResource.h +++ b/include/cru/platform/graphics/web_canvas/WebCanvasResource.h @@ -1,6 +1,6 @@ #pragma once -#include "cru/common/Base.h" +#include "cru/base/Base.h" #include "cru/platform/Resource.h" namespace cru::platform::graphics::web_canvas { -- cgit v1.2.3