forked from AuroraMiddleware/gtk
inspector: Remove gtk.h include
This commit is contained in:
parent
396056e011
commit
ff5928754f
@ -21,6 +21,9 @@
|
||||
|
||||
#include "graphdata.h"
|
||||
|
||||
#include "gtksnapshot.h"
|
||||
#include "gtkstylecontext.h"
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
PROP_DATA,
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef __GTK_CELL_RENDERER_GRAPH_H__
|
||||
#define __GTK_CELL_RENDERER_GRAPH_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef __GTK_GRAPH_DATA_H__
|
||||
#define __GTK_GRAPH_DATA_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -16,18 +16,21 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib/gi18n-lib.h>
|
||||
|
||||
#include "resource-list.h"
|
||||
|
||||
#include "treewalk.h"
|
||||
|
||||
#include "gtkbutton.h"
|
||||
#include "gtklabel.h"
|
||||
#include "gtkstack.h"
|
||||
#include "gtktextbuffer.h"
|
||||
#include "gtktreestore.h"
|
||||
#include "gtktreeselection.h"
|
||||
#include "gtksearchbar.h"
|
||||
#include "gtksearchentry.h"
|
||||
#include "treewalk.h"
|
||||
#include "gtkstack.h"
|
||||
#include "gtktextbuffer.h"
|
||||
#include "gtktreeselection.h"
|
||||
#include "gtktreestore.h"
|
||||
|
||||
#include <glib/gi18n-lib.h>
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -16,17 +16,21 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib/gi18n-lib.h>
|
||||
|
||||
#include "statistics.h"
|
||||
|
||||
#include "graphdata.h"
|
||||
#include "gtkstack.h"
|
||||
#include "gtktreeview.h"
|
||||
#include "gtkcellrenderertext.h"
|
||||
|
||||
#include "gtkcelllayout.h"
|
||||
#include "gtksearchbar.h"
|
||||
#include "gtkcellrenderertext.h"
|
||||
#include "gtklabel.h"
|
||||
#include "gtksearchbar.h"
|
||||
#include "gtkstack.h"
|
||||
#include "gtktogglebutton.h"
|
||||
#include "gtktreeselection.h"
|
||||
#include "gtktreeview.h"
|
||||
|
||||
#include <glib/gi18n-lib.h>
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -15,8 +15,7 @@
|
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
//#include "gtktreemodel.h"
|
||||
#include <gtk/gtktreemodel.h>
|
||||
|
||||
|
||||
typedef gboolean (*RowPredicate) (GtkTreeModel *model,
|
||||
|
Loading…
Reference in New Issue
Block a user