From 33f0ed3258ac95eae058966a2bd6b1bf05458c69 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 23 Apr 2025 00:29:44 +0800 Subject: [PATCH] =?UTF-8?q?List.h=E6=94=B9=E5=90=8D=E4=B8=BAArrayList.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/filesystem/EnumVolume.h | 2 +- inc/hgl/thread/SwapColl.h | 2 +- inc/hgl/thread/Workflow.h | 2 +- inc/hgl/type/AccumMemoryManager.h | 2 +- inc/hgl/type/{List.h => ArrayList.h} | 0 inc/hgl/type/Gradient.h | 2 +- inc/hgl/type/LRUCache.h | 2 +- inc/hgl/type/Map.h | 2 +- inc/hgl/type/ObjectList.h | 2 +- inc/hgl/type/Pool.h | 2 +- src/Log/Loginfo.cpp | 2 +- 11 files changed, 10 insertions(+), 10 deletions(-) rename inc/hgl/type/{List.h => ArrayList.h} (100%) diff --git a/inc/hgl/filesystem/EnumVolume.h b/inc/hgl/filesystem/EnumVolume.h index 0361303..e8e022a 100644 --- a/inc/hgl/filesystem/EnumVolume.h +++ b/inc/hgl/filesystem/EnumVolume.h @@ -1,6 +1,6 @@ #pragma once -#include +#include namespace hgl { diff --git a/inc/hgl/thread/SwapColl.h b/inc/hgl/thread/SwapColl.h index c43ad27..a1b5f21 100644 --- a/inc/hgl/thread/SwapColl.h +++ b/inc/hgl/thread/SwapColl.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include namespace hgl { diff --git a/inc/hgl/thread/Workflow.h b/inc/hgl/thread/Workflow.h index 83187c4..b9f851b 100644 --- a/inc/hgl/thread/Workflow.h +++ b/inc/hgl/thread/Workflow.h @@ -5,7 +5,7 @@ #include #include #include -#include +#include namespace hgl { /** diff --git a/inc/hgl/type/AccumMemoryManager.h b/inc/hgl/type/AccumMemoryManager.h index 84ab37e..3a991cc 100644 --- a/inc/hgl/type/AccumMemoryManager.h +++ b/inc/hgl/type/AccumMemoryManager.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include namespace hgl diff --git a/inc/hgl/type/List.h b/inc/hgl/type/ArrayList.h similarity index 100% rename from inc/hgl/type/List.h rename to inc/hgl/type/ArrayList.h diff --git a/inc/hgl/type/Gradient.h b/inc/hgl/type/Gradient.h index 467890c..db6dd7d 100644 --- a/inc/hgl/type/Gradient.h +++ b/inc/hgl/type/Gradient.h @@ -1,7 +1,7 @@ #pragma once #include -#include +#include #include namespace hgl diff --git a/inc/hgl/type/LRUCache.h b/inc/hgl/type/LRUCache.h index e59b0b9..232ab6d 100644 --- a/inc/hgl/type/LRUCache.h +++ b/inc/hgl/type/LRUCache.h @@ -1,7 +1,7 @@ #ifndef HGL_TYPE_LRU_CACHE_INCLUDE #define HGL_TYPE_LRU_CACHE_INCLUDE -#include +#include namespace hgl { template struct LRUCacheItem diff --git a/inc/hgl/type/Map.h b/inc/hgl/type/Map.h index 61b31e1..49b4980 100644 --- a/inc/hgl/type/Map.h +++ b/inc/hgl/type/Map.h @@ -1,7 +1,7 @@ #pragma once #include -#include +#include #include #include #include diff --git a/inc/hgl/type/ObjectList.h b/inc/hgl/type/ObjectList.h index 99f5f2c..6175a3e 100644 --- a/inc/hgl/type/ObjectList.h +++ b/inc/hgl/type/ObjectList.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include namespace hgl diff --git a/inc/hgl/type/Pool.h b/inc/hgl/type/Pool.h index 0f97271..addff88 100644 --- a/inc/hgl/type/Pool.h +++ b/inc/hgl/type/Pool.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include namespace hgl diff --git a/src/Log/Loginfo.cpp b/src/Log/Loginfo.cpp index aea8e1c..58bc85b 100644 --- a/src/Log/Loginfo.cpp +++ b/src/Log/Loginfo.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include #include