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