Inclusion cleanups in sources

Try to do inclusions in the same sequence, more or less.
This commit is contained in:
Matthias Clasen
2010-10-14 22:05:51 -04:00
parent 88ef199ed7
commit bda1f35585
58 changed files with 228 additions and 163 deletions

View File

@ -22,18 +22,18 @@
#include "config.h"
#include <string.h>
#include <unistd.h>
#include <glib.h>
#include <gio/gdesktopappinfo.h>
#include "gdkapplaunchcontext.h"
#include "gdkx.h"
#include "gdkapplaunchcontext.h"
#include "gdkscreen.h"
#include "gdkinternals.h"
#include "gdkintl.h"
#include <glib.h>
#include <gio/gdesktopappinfo.h>
#include <string.h>
#include <unistd.h>
static char *
get_display_name (GFile *file)