瀏覽代碼

- removed unused include

Alexander Wagner 2 年之前
父節點
當前提交
4034df8b6e
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      include/assimp/types.h

+ 6 - 0
include/assimp/types.h

@@ -73,6 +73,12 @@ typedef uint32_t ai_uint32;
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 
 
+//#ifdef ASSIMP_USE_HUNTER
+//#   include <utf8.h>
+//#else
+//#   include "../contrib/utf8cpp/source/utf8.h"
+//#endif
+
 #include <cstring>
 #include <cstring>
 #include <new>    // for std::nothrow_t
 #include <new>    // for std::nothrow_t
 #include <string> // for aiString::Set(const std::string&)
 #include <string> // for aiString::Set(const std::string&)