use ctdio
This commit is contained in:
parent
0d59a002c0
commit
f65e21ce1d
1 changed files with 5 additions and 8 deletions
13
otk/font.cc
13
otk/font.cc
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue