gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes as
2008-06-23 Michael Natterer <mitch@imendio.com> * gtk/gtkmountoperation.h * gtk/gtktestutils.h * gtk/gtkshow.[ch]: remove as many includes as possible from these new files. They can't be included individually, so nothing can break. svn path=/trunk/; revision=20673
This commit is contained in:

committed by
Michael Natterer

parent
0cad30afb8
commit
7dfaf81ee2
@ -1,3 +1,10 @@
|
||||
2008-06-23 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkmountoperation.h
|
||||
* gtk/gtktestutils.h
|
||||
* gtk/gtkshow.[ch]: remove as many includes as possible from these
|
||||
new files. They can't be included individually, so nothing can break.
|
||||
|
||||
2008-06-22 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when
|
||||
|
@ -31,11 +31,6 @@
|
||||
#ifndef __GTK_MOUNT_OPERATION_H__
|
||||
#define __GTK_MOUNT_OPERATION_H__
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GTK_TYPE_MOUNT_OPERATION (gtk_mount_operation_get_type ())
|
||||
@ -81,4 +76,3 @@ GdkScreen *gtk_mount_operation_get_screen (GtkMountOperation *op);
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_MOUNT_OPERATION_H__ */
|
||||
|
||||
|
@ -22,8 +22,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
#include "gtkshow.h"
|
||||
|
||||
|
@ -27,8 +27,6 @@
|
||||
#ifndef __GTK_SHOW_H__
|
||||
#define __GTK_SHOW_H__
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
gboolean gtk_show_uri (GdkScreen *screen,
|
||||
|
@ -25,9 +25,6 @@
|
||||
#ifndef __GTK_TEST_UTILS_H__
|
||||
#define __GTK_TEST_UTILS_H__
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkspinbutton.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* --- Gtk+ Test Utility API --- */
|
||||
|
Reference in New Issue
Block a user