From 1adc5b874b8f6808ba5ef322da70b47a53cf4e52 Mon Sep 17 00:00:00 2001 From: Alexander Wagner Date: Thu, 21 Sep 2023 14:26:41 +0200 Subject: [PATCH] - removed unused include --- include/assimp/types.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/assimp/types.h b/include/assimp/types.h index 42aa0f9eb..9f4edfe0f 100644 --- a/include/assimp/types.h +++ b/include/assimp/types.h @@ -73,6 +73,12 @@ typedef uint32_t ai_uint32; #ifdef __cplusplus +//#ifdef ASSIMP_USE_HUNTER +//# include +//#else +//# include "../contrib/utf8cpp/source/utf8.h" +//#endif + #include #include // for std::nothrow_t #include // for aiString::Set(const std::string&)