From ae1be856b96aa3d26da8937cca416e8fe4360678 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 5 Dec 2024 13:55:06 +0800 Subject: [PATCH] renamed to Comparator.h from CompOperator.h --- inc/hgl/{CompOperator.h => Comparator.h} | 0 inc/hgl/type/DataType.h | 2 +- inc/hgl/type/Extent.h | 2 +- inc/hgl/type/Pair.h | 2 +- inc/hgl/type/String.h | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename inc/hgl/{CompOperator.h => Comparator.h} (100%) diff --git a/inc/hgl/CompOperator.h b/inc/hgl/Comparator.h similarity index 100% rename from inc/hgl/CompOperator.h rename to inc/hgl/Comparator.h diff --git a/inc/hgl/type/DataType.h b/inc/hgl/type/DataType.h index 038ea7f..c478f7d 100644 --- a/inc/hgl/type/DataType.h +++ b/inc/hgl/type/DataType.h @@ -12,6 +12,6 @@ #include // 时间常数 #include // 物理常数 #include // 编码序定义 -#include // 比较操作符实现定义 +#include // 比较操作符实现定义 #endif//HGL_DATATYPE_INCLUDE diff --git a/inc/hgl/type/Extent.h b/inc/hgl/type/Extent.h index 0a0f451..2026339 100644 --- a/inc/hgl/type/Extent.h +++ b/inc/hgl/type/Extent.h @@ -2,7 +2,7 @@ #define HGL_EXTENT_2D_INCLUDE #include -#include +#include namespace hgl { template union Extent2D diff --git a/inc/hgl/type/Pair.h b/inc/hgl/type/Pair.h index 13d4cfa..3e9cee0 100644 --- a/inc/hgl/type/Pair.h +++ b/inc/hgl/type/Pair.h @@ -2,7 +2,7 @@ #define HGL_TYPE_PAIR_INCLUDE #include -#include +#include namespace hgl { diff --git a/inc/hgl/type/String.h b/inc/hgl/type/String.h index 073b4b2..c487b1a 100644 --- a/inc/hgl/type/String.h +++ b/inc/hgl/type/String.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include namespace hgl