From c8ba17fcab8e280cce0624c0d96aba8310da445a Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 24 Jan 2019 15:45:16 -0500 Subject: [PATCH] Looks like I'm colliding with work by syoyo. Only difference so far appears to be our macro name. --- tiny_gltf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tiny_gltf.h b/tiny_gltf.h index aedde01..0fb55a1 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -1078,10 +1078,6 @@ class TinyGLTF { #include "stb_image_write.h" #endif -#ifdef TINYGLTF_USE_DRACO -#include "draco/compression/decode.h" -#endif // TINYGLTF_USE_DRACO - #ifdef __clang__ #pragma clang diagnostic pop #endif