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/Exception.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/cru/platform/Exception.h') diff --git a/include/cru/platform/Exception.h b/include/cru/platform/Exception.h index a957c95a..2771d4d7 100644 --- a/include/cru/platform/Exception.h +++ b/include/cru/platform/Exception.h @@ -1,8 +1,8 @@ #pragma once #include "Base.h" -#include "cru/common/Base.h" -#include "cru/common/Exception.h" -#include "cru/common/platform/Exception.h" +#include "cru/base/Base.h" +#include "cru/base/Exception.h" +#include "cru/base/platform/Exception.h" #include -- cgit v1.2.3