diff options
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | /* See LICENSE for license details. */ | 1 | /* See LICENSE for license details. */ |
2 | #include <errno.h> | 2 | #include <errno.h> |
3 | #include <math.h> | ||
3 | #include <limits.h> | 4 | #include <limits.h> |
4 | #include <locale.h> | 5 | #include <locale.h> |
5 | #include <signal.h> | 6 | #include <signal.h> |
@@ -901,7 +902,6 @@ xloadfonts(char *fontstr, double fontsize) | |||
901 | { | 902 | { |
902 | FcPattern *pattern; | 903 | FcPattern *pattern; |
903 | double fontval; | 904 | double fontval; |
904 | float ceilf(float); | ||
905 | 905 | ||
906 | if (fontstr[0] == '-') { | 906 | if (fontstr[0] == '-') { |
907 | pattern = XftXlfdParse(fontstr, False, False); | 907 | pattern = XftXlfdParse(fontstr, False, False); |