refactor(*): refactor the tool library's parent folder to plural form
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "Testing/Testing.h"
|
||||
|
||||
#include "Iterator/Iterator.h"
|
||||
#include "Iterators/Iterators.h"
|
||||
#include "Containers/List.h"
|
||||
#include "Miscellaneous/AssertionMacros.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "Testing/Testing.h"
|
||||
|
||||
#include "Numeric/Numeric.h"
|
||||
#include "Numerics/Numerics.h"
|
||||
#include "Miscellaneous/AssertionMacros.h"
|
||||
|
||||
NAMESPACE_REDCRAFT_BEGIN
|
@ -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"
|
@ -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
|
Reference in New Issue
Block a user