Don't include <ETL/fixed> because it's not used.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 10 Oct 2007 02:12:32 +0000 (02:12 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 10 Oct 2007 02:12:32 +0000 (02:12 +0000)
git-svn-id: http://svn.voria.com/code@874 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/_bezier.h

index 67adc32..a08a42b 100644 (file)
@@ -31,7 +31,8 @@
 /* === H E A D E R S ======================================================= */
 
 #include "_curve_func.h"
-#include <ETL/fixed>
+#include <cmath>                               // for ldexp
+// #include <ETL/fixed>                        // not used
 
 /* === M A C R O S ========================================================= */