Commit ec46b28df763ef3e5cc88c9b22c7cdd7ab5faa8f

David Turner 2001-04-25T22:56:30

* src/base/ftcalc.c (FT_SqrtFixed): corrected/optimised the 32-bit fixed-point square root. it is now used even with 64-bits ints, as it's simply _much_ faster than calling FT_Sqrt64 :-) * src/base/ftbbox.c : removed invalid "#include FT_BEZIER_H" line