diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-14 21:51:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-14 21:51:54 +0000 |
| commit | f65e21ce1dc4464f3a0160c70de3caac7b9d712a (patch) | |
| tree | fb5748158dee870b024f37df993cdd12ec5a7df6 /otk | |
| parent | 0d59a002c01013b491ae8d1db5b2a088824cf9d0 (diff) | |
use ctdio
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/font.cc | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/otk/font.cc b/otk/font.cc index 424c13fb..2d983d0c 100644 --- a/otk/font.cc +++ b/otk/font.cc @@ -2,10 +2,6 @@ #include "config.h" -#include <cstdlib> -#include <iostream> -#include <algorithm> - #include "font.hh" #include "surface.hh" #include "util.hh" @@ -13,14 +9,15 @@ #include "screeninfo.hh" extern "C" { -#ifdef HAVE_STDIO_H -# include <stdio.h> -#endif // HAVE_STDIO_H - #include "../src/gettext.h" #define _(str) gettext(str) } +#include <cstdio> +#include <cstdlib> +#include <iostream> +#include <algorithm> + namespace otk { std::string Font::_fallback_font = "fixed"; |
