From 6f0bc9bcb29fa0c9f23e89e2619ba380d2ff18bb Mon Sep 17 00:00:00 2001 From: Lectem Date: Wed, 30 Sep 2015 09:16:18 -0400 Subject: [PATCH] remove memory.h dependancy Some embedded (or exotic) systems won't provide this header, and it seems to be unused (since memcpy is in string.h). Tested on MinGW and VS2015. --- include/assimp/types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/assimp/types.h b/include/assimp/types.h index 8e784cfe8..82be2d62f 100644 --- a/include/assimp/types.h +++ b/include/assimp/types.h @@ -47,7 +47,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Some runtime headers #include -#include #include #include #include