reorder headers again

This commit is contained in:
Daniel Micay 2012-05-22 15:21:54 -04:00
parent 5a5026d5e6
commit 6728ef35af
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
#include <gtk/gtk.h>
#include <vte/vte.h>
#include "config.h"
#if GTK_CHECK_VERSION (2, 90, 7)
#include <gdk/gdkkeysyms-compat.h>
#else
#include <gdk/gdkkeysyms.h>
#endif
#include "config.h"
#ifndef __GNUC__
# define __attribute__(x)
#endif