forked from AuroraMiddleware/gtk
gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.
2008-04-18 Michael Natterer <mitch@imendio.com> * gtk/gtkicontheme.h * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. * gtk/gtkbuilderparser.c * gtk/gtklinkbutton.c * gtk/gtkpreview.c * gtk/gtkrecentchooserdefault.c * gtk/gtkrecentchoosermenu.c * modules/input/gtkimcontextthai.c: remove inclusion of single files from gdk, none of the includes was actually needed. svn path=/trunk/; revision=20023
This commit is contained in:
parent
53df062635
commit
9f1bc132a2
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2008-04-18 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkicontheme.h
|
||||
* gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
|
||||
<gdk/gdkscreen.h>.
|
||||
|
||||
* gtk/gtkbuilderparser.c
|
||||
* gtk/gtklinkbutton.c
|
||||
* gtk/gtkpreview.c
|
||||
* gtk/gtkrecentchooserdefault.c
|
||||
* gtk/gtkrecentchoosermenu.c
|
||||
* modules/input/gtkimcontextthai.c: remove inclusion of single
|
||||
files from gdk, none of the includes was actually needed.
|
||||
|
||||
2008-04-18 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/gdk.h: reorder one include so they are all alphabetical.
|
||||
|
@ -23,8 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include <gdk/gdkenumtypes.h>
|
||||
#include <gdk/gdkkeys.h>
|
||||
#include "gtktypeutils.h"
|
||||
#include "gtkbuilderprivate.h"
|
||||
#include "gtkbuilder.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <gdk/gdkscreen.h>
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -26,10 +26,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkcolor.h>
|
||||
#include <gdk/gdkcursor.h>
|
||||
#include <gdk/gdkdisplay.h>
|
||||
|
||||
#include "gtkclipboard.h"
|
||||
#include "gtkdnd.h"
|
||||
#include "gtkimagemenuitem.h"
|
||||
@ -58,7 +54,7 @@ struct _GtkLinkButtonPrivate
|
||||
enum
|
||||
{
|
||||
PROP_0,
|
||||
|
||||
|
||||
PROP_URI
|
||||
};
|
||||
|
||||
|
@ -35,7 +35,6 @@
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include "gdk/gdkrgb.h"
|
||||
#include "gtkpreview.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
|
@ -29,8 +29,6 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <gdk/gdkscreen.h>
|
||||
|
||||
#include "gtkstock.h"
|
||||
#include "gtkicontheme.h"
|
||||
#include "gtkiconfactory.h"
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkscreen.h>
|
||||
|
||||
#include "gtkrecentmanager.h"
|
||||
#include "gtkrecentfilter.h"
|
||||
#include "gtkrecentchooser.h"
|
||||
|
@ -22,8 +22,8 @@
|
||||
#define __GTK_RECENT_MANAGER_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gdk/gdkscreen.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <time.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include <gdk/gdkkeys.h>
|
||||
#include "gtkimcontextthai.h"
|
||||
#include "thai-charprop.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user