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. --- test/common/StringTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/common/StringTest.cpp') diff --git a/test/common/StringTest.cpp b/test/common/StringTest.cpp index adbd5598..9ed351e5 100644 --- a/test/common/StringTest.cpp +++ b/test/common/StringTest.cpp @@ -1,5 +1,5 @@ -#include "cru/common/Format.h" -#include "cru/common/String.h" +#include "cru/base/Format.h" +#include "cru/base/String.h" #include -- cgit v1.2.3