changed order of includes

This commit is contained in:
fluxgen 2002-08-15 11:19:21 +00:00
parent 1660aeb268
commit 04169d609d
2 changed files with 12 additions and 14 deletions

View file

@ -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 <string.h>
# include <stdlib.h>
#endif // STDC_HEADERS
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif // HAVE_STDIO_H
#include "../src/i18n.hh"
#include "bsetroot.hh"
#include <X11/Xatom.h>
#include <cstring>
#include <cstdlib>
#include <cstdio>
#include <iostream>
using namespace std;
bsetroot::bsetroot(int argc, char **argv, char *dpy_name)

View file

@ -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