refactor(*): refactor the tool library's parent folder to plural form

This commit is contained in:
2024-12-20 17:31:52 +08:00
parent a14fbd90db
commit 8c228fbf52
46 changed files with 153 additions and 153 deletions

View File

@ -1,6 +1,6 @@
#include "Testing/Testing.h"
#include "Iterator/Iterator.h"
#include "Iterators/Iterators.h"
#include "Containers/List.h"
#include "Miscellaneous/AssertionMacros.h"

View File

@ -1,6 +1,6 @@
#include "Testing/Testing.h"
#include "Numeric/Numeric.h"
#include "Numerics/Numerics.h"
#include "Miscellaneous/AssertionMacros.h"
NAMESPACE_REDCRAFT_BEGIN

View File

@ -1,6 +1,6 @@
#include "Testing/Testing.h"
#include "Range/Range.h"
#include "Ranges/Ranges.h"
#include "Containers/Array.h"
#include "Containers/List.h"
#include "Miscellaneous/AssertionMacros.h"

View File

@ -1,10 +1,10 @@
#include "Testing/Testing.h"
#include "String/Char.h"
#include "Strings/Char.h"
#include "Memory/Memory.h"
#include "String/String.h"
#include "Numeric/Numeric.h"
#include "String/StringView.h"
#include "Strings/String.h"
#include "Numerics/Numerics.h"
#include "Strings/StringView.h"
#include "Miscellaneous/AssertionMacros.h"
NAMESPACE_REDCRAFT_BEGIN