From a78a3f064e03c39314facce6d9db201f40a06e4e Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Wed, 6 Apr 2016 22:55:49 -0400 Subject: [PATCH] Drop dependency on This appears to be unused. --- include/plugins/3dapi/xv3d_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/plugins/3dapi/xv3d_types.h b/include/plugins/3dapi/xv3d_types.h index 630d0573a1..43222d674d 100644 --- a/include/plugins/3dapi/xv3d_types.h +++ b/include/plugins/3dapi/xv3d_types.h @@ -37,7 +37,6 @@ #include #include -#include typedef glm::uvec2 SFVEC2UI; typedef glm::ivec2 SFVEC2I;