From 3811efacd838b4be9b473ad38aefbb9776e3c2e8 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 4 Apr 2012 09:59:42 +0000 Subject: [PATCH] removed useless include --- vcg/math/base.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/math/base.h b/vcg/math/base.h index 0b257903..807cc2aa 100644 --- a/vcg/math/base.h +++ b/vcg/math/base.h @@ -90,7 +90,6 @@ Edited Comments and GPL license #include #include #include -#include /// static_assert: implemented as a macro for "assert", but it is separated for clarity. /// Should be used for checking integrity constraints that can be tested at complile time,