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:
@ -27,7 +27,7 @@ typedef struct _GtkInspectorPythonShell GtkInspectorPythonShell;
|
||||
typedef struct _GtkInspectorPythonShellClass GtkInspectorPythonShellClass;
|
||||
typedef struct _GtkInspectorPythonShellPrivate GtkInspectorPythonShellPrivate;
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkbox.h>
|
||||
|
||||
#define GTK_TYPE_INSPECTOR_PYTHON_SHELL (gtk_inspector_python_shell_get_type())
|
||||
#define GTK_INSPECTOR_PYTHON_SHELL(obj) \
|
||||
|
||||
Reference in New Issue
Block a user