X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fmath.hh;h=62e68c8fa2ae4b0b8dcb7acbb6197e5656b60908;hb=e0fb747f2e647115d0b8953615c254d25c045345;hp=9a0c8eb82c8ef28eaa789ff6a4da4183bb18e1ec;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc;p=chaz%2Fyoink diff --git a/src/moof/math.hh b/src/moof/math.hh index 9a0c8eb..62e68c8 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;