removed useless include
This commit is contained in:
parent
059a2f220b
commit
3811efacd8
|
|
@ -90,7 +90,6 @@ Edited Comments and GPL license
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
/// static_assert: implemented as a macro for "assert", but it is separated for clarity.
|
/// 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,
|
/// Should be used for checking integrity constraints that can be tested at complile time,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue