erebus
diff liberebus/src/geomobj.cc @ 45:bab25c0ce337
started gmath conversion
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 29 Dec 2015 12:19:53 +0200 |
parents | a2afaf8af09b |
children | c4d48a21bc4a |
line diff
1.1 --- a/liberebus/src/geomobj.cc Fri Sep 18 06:47:41 2015 +0300 1.2 +++ b/liberebus/src/geomobj.cc Tue Dec 29 12:19:53 2015 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 #include <math.h> 1.5 #include <float.h> 1.6 -#include <vmath/vmath.h> 1.7 +#include <gmath/gmath.h> 1.8 #include "geomobj.h" 1.9 #include "erebus_impl.h" 1.10