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:
@ -23,7 +23,7 @@
|
||||
#ifndef _GTK_INSPECTOR_OBJECT_HIERARCHY_H_
|
||||
#define _GTK_INSPECTOR_OBJECT_HIERARCHY_H_
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkbox.h>
|
||||
|
||||
#define GTK_TYPE_INSPECTOR_OBJECT_HIERARCHY (gtk_inspector_object_hierarchy_get_type())
|
||||
#define GTK_INSPECTOR_OBJECT_HIERARCHY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GTK_TYPE_INSPECTOR_OBJECT_HIERARCHY, GtkInspectorObjectHierarchy))
|
||||
|
||||
Reference in New Issue
Block a user