all repos — openbox @ f65e21ce1dc4464f3a0160c70de3caac7b9d712a

openbox fork - make it a bit more like ryudo

use ctdio
Dana Jansens danakj@orodu.net
commit

f65e21ce1dc4464f3a0160c70de3caac7b9d712a

parent

0d59a002c01013b491ae8d1db5b2a088824cf9d0

1 files changed, 5 insertions(+), 8 deletions(-)

jump to
M otk/font.ccotk/font.cc

@@ -2,10 +2,6 @@ // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-

#include "config.h" -#include <cstdlib> -#include <iostream> -#include <algorithm> - #include "font.hh" #include "surface.hh" #include "util.hh"

@@ -13,13 +9,14 @@ #include "display.hh"

#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 {