List.h改名为ArrayList.h

This commit is contained in:
2025-04-23 00:29:44 +08:00
parent a7b0cb6112
commit 33f0ed3258
11 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
#include<hgl/thread/ThreadMutex.h>
#include<hgl/thread/Semaphore.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/type/Set.h>
namespace hgl
{

View File

@@ -5,7 +5,7 @@
#include<hgl/thread/ThreadMutex.h>
#include<hgl/thread/SwapData.h>
#include<hgl/thread/DataPost.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
namespace hgl
{
/**