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/ui/model/IListChangeNotify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/ui/model') diff --git a/include/cru/ui/model/IListChangeNotify.h b/include/cru/ui/model/IListChangeNotify.h index a9fcd65b..0cbd25f2 100644 --- a/include/cru/ui/model/IListChangeNotify.h +++ b/include/cru/ui/model/IListChangeNotify.h @@ -1,7 +1,7 @@ #pragma once #include "../Base.h" -#include "cru/common/Base.h" -#include "cru/common/Event.h" +#include "cru/base/Base.h" +#include "cru/base/Event.h" namespace cru::ui::model { enum ListChangeType { -- cgit v1.2.3