use ctdio

This commit is contained in:
Dana Jansens 2003-02-14 21:51:54 +00:00
parent 0d59a002c0
commit f65e21ce1d

View file

@ -2,10 +2,6 @@
#include "config.h" #include "config.h"
#include <cstdlib>
#include <iostream>
#include <algorithm>
#include "font.hh" #include "font.hh"
#include "surface.hh" #include "surface.hh"
#include "util.hh" #include "util.hh"
@ -13,14 +9,15 @@
#include "screeninfo.hh" #include "screeninfo.hh"
extern "C" { extern "C" {
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif // HAVE_STDIO_H
#include "../src/gettext.h" #include "../src/gettext.h"
#define _(str) gettext(str) #define _(str) gettext(str)
} }
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <algorithm>
namespace otk { namespace otk {
std::string Font::_fallback_font = "fixed"; std::string Font::_fallback_font = "fixed";