X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fmath.hh;h=14e8c78626acdb41bfedac1b8609e19d9588818b;hb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9;hp=1c09d6ea4cc620d125cab4633becd37273f0574c;hpb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;p=chaz%2Fyoink diff --git a/src/moof/math.hh b/src/moof/math.hh index 1c09d6e..14e8c78 100644 --- a/src/moof/math.hh +++ b/src/moof/math.hh @@ -17,18 +17,15 @@ * General math-related types and functions. */ -#include +#include "config.h" -#include +#include #include - -#if HAVE_CONFIG_H -#include "config.h" -#endif +#include -#if USE_DOUBLE_PRECISION +#if ENABLE_DOUBLE_PRECISION typedef GLdouble GLscalar; #define GL_SCALAR GL_DOUBLE #define SCALAR(D) (D)