reorder headers again
This commit is contained in:
parent
5a5026d5e6
commit
6728ef35af
|
@ -3,14 +3,14 @@
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <vte/vte.h>
|
#include <vte/vte.h>
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#if GTK_CHECK_VERSION (2, 90, 7)
|
#if GTK_CHECK_VERSION (2, 90, 7)
|
||||||
#include <gdk/gdkkeysyms-compat.h>
|
#include <gdk/gdkkeysyms-compat.h>
|
||||||
#else
|
#else
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
# define __attribute__(x)
|
# define __attribute__(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue