inspector: Clean up includes

Don't include gtk.h, instead include individual headers.
And include config.h and gi18n-lib.h everywhere.
This commit is contained in:
Matthias Clasen
2014-07-11 23:14:04 -04:00
parent 28998425d9
commit f8986d9aa7
41 changed files with 172 additions and 29 deletions

View File

@ -18,7 +18,7 @@
#ifndef _GTK_INSPECTOR_SIGNALS_LIST_H_
#define _GTK_INSPECTOR_SIGNALS_LIST_H_
#include <gtk/gtk.h>
#include <gtk/gtkpaned.h>
#define GTK_TYPE_INSPECTOR_SIGNALS_LIST (gtk_inspector_signals_list_get_type())
#define GTK_INSPECTOR_SIGNALS_LIST(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GTK_TYPE_INSPECTOR_SIGNALS_LIST, GtkInspectorSignalsList))