Make include order consistent in example applications

Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=740537
This commit is contained in:
Matthias Clasen
2014-11-28 23:55:03 -05:00
parent 4c33645a7a
commit 380ca9bc56
20 changed files with 40 additions and 20 deletions

View File

@ -1,6 +1,7 @@
#include <gtk/gtk.h>
#include "exampleapp.h"
#include "exampleappwin.h"
#include <gtk/gtk.h>
struct _ExampleAppWindow
{