X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fmath.hh;h=a960b0d1df1050370140d7869879d8ae25f7911c;hp=9a0c8eb82c8ef28eaa789ff6a4da4183bb18e1ec;hb=51069fee9139ab8d14ecc80dffbe5deecb73d9e0;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/moof/math.hh b/src/moof/math.hh index 9a0c8eb..a960b0d 100644 --- a/src/moof/math.hh +++ b/src/moof/math.hh @@ -17,16 +17,13 @@ * General math-related types and functions. */ +#include "config.h" + #include +#include #include -#include - -#if HAVE_CONFIG_H -#include "config.h" -#endif - #if USE_DOUBLE_PRECISION typedef GLdouble GLscalar;