always include "utf8.h" (instead of contrib/.../utf8.h)

This commit is contained in:
IOhannes m zmölnig
2023-11-06 11:09:22 +01:00
committed by Kim Kulling
parent 85f64c9131
commit 6f70e220e4
4 changed files with 4 additions and 20 deletions

View File

@@ -45,11 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "STEPFileEncoding.h"
#include <assimp/fast_atof.h>
#ifdef ASSIMP_USE_HUNTER
# include <utf8.h>
#else
# include <contrib/utf8cpp/source/utf8.h>
#endif
#include "utf8.h"
#include <memory>