summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/util.c b/util.c
index 82bcc2f..eecb3b4 100644
--- a/util.c
+++ b/util.c
@@ -26,11 +26,7 @@ THE SOFTWARE.
#include <string.h>
#include <errno.h>
#include <stdlib.h>
-#ifndef __UNIXOS2__
-# include <math.h>
-#else
-# include <float.h>
-#endif
+#include <math.h>
#include <stdarg.h>
#include <ft2build.h>