removed useless include

This commit is contained in:
Paolo Cignoni 2012-04-04 09:59:42 +00:00
parent 059a2f220b
commit 3811efacd8
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ Edited Comments and GPL license
#include <math.h>
#include <assert.h>
#include <limits>
#include <math.h>
/// 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,