From af0a6c36f7179c9849238294b59fa292958ea707 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Mon, 23 Dec 2024 12:13:03 +0100 Subject: [PATCH] clean --- easy3d/algo/point_cloud_normals.h | 2 -- easy3d/util/version.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/easy3d/algo/point_cloud_normals.h b/easy3d/algo/point_cloud_normals.h index 5bd8686d..69d9613e 100644 --- a/easy3d/algo/point_cloud_normals.h +++ b/easy3d/algo/point_cloud_normals.h @@ -27,8 +27,6 @@ #ifndef EASY3D_ALGO_POINT_CLOUD_NORMALS_H #define EASY3D_ALGO_POINT_CLOUD_NORMALS_H -#include - namespace easy3d { diff --git a/easy3d/util/version.h b/easy3d/util/version.h index 89219da6..d64113c5 100644 --- a/easy3d/util/version.h +++ b/easy3d/util/version.h @@ -59,7 +59,7 @@ namespace easy3d { #define EASY3D_VERSION_NR 1020504 /// Easy3D release date, in the format YYYYMMDD. -#define EASY3D_RELEASE_DATE 20241222 +#define EASY3D_RELEASE_DATE 20241223 #endif // EASY3D_UTIL_VERSION_H