From 04169d609d8ca859ca83d39ede0b32ed5170232d Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 15 Aug 2002 11:19:21 +0000 Subject: changed order of includes --- util/bsetroot.cc | 20 +++++++++----------- util/bsetroot.hh | 6 +++--- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/util/bsetroot.cc b/util/bsetroot.cc index d94d43d..eef21a7 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -1,20 +1,18 @@ +#include "bsetroot.hh" + +#include "../src/i18n.hh" + #ifdef HAVE_CONFIG_H # include "../config.h" #endif // HAVE_CONFIG_H -#ifdef STDC_HEADERS -# include -# include -#endif // STDC_HEADERS - -#ifdef HAVE_STDIO_H -# include -#endif // HAVE_STDIO_H - -#include "../src/i18n.hh" -#include "bsetroot.hh" +#include +#include +#include +#include #include + using namespace std; bsetroot::bsetroot(int argc, char **argv, char *dpy_name) diff --git a/util/bsetroot.hh b/util/bsetroot.hh index bf55015..41d298b 100644 --- a/util/bsetroot.hh +++ b/util/bsetroot.hh @@ -1,5 +1,5 @@ -#ifndef __bsetroot2_hh -#define __bsetroot2_hh +#ifndef BSETROOT_HH +#define BSETROOT_HH #include "../src/BaseDisplay.hh" #include "../src/Image.hh" @@ -30,4 +30,4 @@ protected: }; -#endif // __bsetroot2_hh +#endif // BSETROOT_HH -- cgit v0.11.2