X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fpath.h;h=06aff7aa0629781cacc9a44dfe3494c1e7433137;hb=f73ce73b9cec7f1e2c265b3cbcc7bca9c4011d11;hp=85213c534e5e0ff464072328c07f81dbddc097a5;hpb=e08b7671a4592481aa73d68b30b7bd1d96e75002;p=ipdf%2Fcode.git diff --git a/src/path.h b/src/path.h index 85213c5..06aff7a 100644 --- a/src/path.h +++ b/src/path.h @@ -9,14 +9,13 @@ #ifdef TRANSFORM_BEZIERS_TO_PATH #include "gmprat.h" - + #include "paranoidnumber.h" #endif namespace IPDF { #ifdef TRANSFORM_BEZIERS_TO_PATH - #pragma message "Path using Gmprat for bounds" typedef Gmprat PReal; #else typedef Real PReal;