From d0c713bfee6d532442d097a32415dd340dd66056 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 13 Jun 2008 14:26:44 +0000 Subject: gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h 2008-06-13 Michael Natterer * gtk/gtkcellrendereraccel.h * gtk/gtkfilechooser.h * gtk/gtkfilechooserdialog.h * gtk/gtkfilechooserwidget.h * gtk/gtkmenutoolbutton.h * gtk/gtkpagesetup.h * gtk/gtkpapersize.h * gtk/gtkprintcontext.h * gtk/gtkprintoperation.h * gtk/gtkprintoperationpreview.h * gtk/gtkprintsettings.h * gtk/gtkradiotoolbutton.h * gtk/gtkrecentchooser.h * gtk/gtkrecentchooserdialog.h * gtk/gtkrecentchoosermenu.h * gtk/gtkrecentchooserwidget.h * gtk/gtkseparatortoolitem.h * gtk/gtkshow.h * gtk/gtktoggletoolbutton.h * gtk/gtktoolbar.h * gtk/gtktoolbutton.h * gtk/gtktooltip.h: #include instead of "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers. svn path=/trunk/; revision=20375 --- ChangeLog | 26 ++++++++++++++++++++++++++ gtk/gtkcellrendereraccel.h | 2 +- gtk/gtkfilechooser.h | 2 +- gtk/gtkfilechooserdialog.h | 2 +- gtk/gtkfilechooserwidget.h | 2 +- gtk/gtkmenutoolbutton.h | 4 ++-- gtk/gtkpagesetup.h | 4 ++-- gtk/gtkpapersize.h | 2 +- gtk/gtkprintcontext.h | 4 ++-- gtk/gtkprintoperation.h | 14 +++++++------- gtk/gtkprintoperationpreview.h | 3 +-- gtk/gtkprintsettings.h | 2 +- gtk/gtkradiotoolbutton.h | 2 +- gtk/gtkrecentchooser.h | 5 ++--- gtk/gtkrecentchooserdialog.h | 2 +- gtk/gtkrecentchoosermenu.h | 2 +- gtk/gtkrecentchooserwidget.h | 2 +- gtk/gtkseparatortoolitem.h | 2 +- gtk/gtkshow.h | 3 +-- gtk/gtktoggletoolbutton.h | 2 +- gtk/gtktoolbar.h | 3 +-- gtk/gtktoolbutton.h | 2 +- gtk/gtktooltip.h | 4 ++-- 23 files changed, 59 insertions(+), 37 deletions(-) diff --git a/ChangeLog b/ChangeLog index c76a0a4b80..5bd91558bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2008-06-13 Michael Natterer + + * gtk/gtkcellrendereraccel.h + * gtk/gtkfilechooser.h + * gtk/gtkfilechooserdialog.h + * gtk/gtkfilechooserwidget.h + * gtk/gtkmenutoolbutton.h + * gtk/gtkpagesetup.h + * gtk/gtkpapersize.h + * gtk/gtkprintcontext.h + * gtk/gtkprintoperation.h + * gtk/gtkprintoperationpreview.h + * gtk/gtkprintsettings.h + * gtk/gtkradiotoolbutton.h + * gtk/gtkrecentchooser.h + * gtk/gtkrecentchooserdialog.h + * gtk/gtkrecentchoosermenu.h + * gtk/gtkrecentchooserwidget.h + * gtk/gtkseparatortoolitem.h + * gtk/gtkshow.h + * gtk/gtktoggletoolbutton.h + * gtk/gtktoolbar.h + * gtk/gtktoolbutton.h + * gtk/gtktooltip.h: #include instead of + "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers. + 2008-06-13 Michael Natterer * gtk/gtktexttagtable.h: remove double inclusion of diff --git a/gtk/gtkcellrendereraccel.h b/gtk/gtkcellrendereraccel.h index 45c1cf6fc6..40fa1eee1a 100644 --- a/gtk/gtkcellrendereraccel.h +++ b/gtk/gtkcellrendereraccel.h @@ -24,7 +24,7 @@ #ifndef __GTK_CELL_RENDERER_ACCEL_H__ #define __GTK_CELL_RENDERER_ACCEL_H__ -#include "gtkcellrenderertext.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h index 63a7c6f11b..0e08c7da67 100644 --- a/gtk/gtkfilechooser.h +++ b/gtk/gtkfilechooser.h @@ -25,7 +25,7 @@ #ifndef __GTK_FILE_CHOOSER_H__ #define __GTK_FILE_CHOOSER_H__ -#include "gtkfilefilter.h" +#include #include G_BEGIN_DECLS diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h index f1ed3301c2..7d99be0904 100644 --- a/gtk/gtkfilechooserdialog.h +++ b/gtk/gtkfilechooserdialog.h @@ -26,7 +26,7 @@ #define __GTK_FILE_CHOOSER_DIALOG_H__ #include -#include "gtkfilechooser.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index 8de57e675a..20db97810c 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -25,7 +25,7 @@ #ifndef __GTK_FILE_CHOOSER_WIDGET_H__ #define __GTK_FILE_CHOOSER_WIDGET_H__ -#include "gtkfilechooser.h" +#include #include G_BEGIN_DECLS diff --git a/gtk/gtkmenutoolbutton.h b/gtk/gtkmenutoolbutton.h index 8c8f046f13..d71f98d2d8 100644 --- a/gtk/gtkmenutoolbutton.h +++ b/gtk/gtkmenutoolbutton.h @@ -26,8 +26,8 @@ #ifndef __GTK_MENU_TOOL_BUTTON_H__ #define __GTK_MENU_TOOL_BUTTON_H__ -#include "gtkmenu.h" -#include "gtk/gtktoolbutton.h" +#include +#include G_BEGIN_DECLS diff --git a/gtk/gtkpagesetup.h b/gtk/gtkpagesetup.h index c96c701978..edabb32d7d 100644 --- a/gtk/gtkpagesetup.h +++ b/gtk/gtkpagesetup.h @@ -26,8 +26,8 @@ #define __GTK_PAGE_SETUP_H__ #include -#include "gtkenums.h" -#include "gtkpapersize.h" +#include +#include G_BEGIN_DECLS diff --git a/gtk/gtkpapersize.h b/gtk/gtkpapersize.h index 24aae93175..49324fb209 100644 --- a/gtk/gtkpapersize.h +++ b/gtk/gtkpapersize.h @@ -26,7 +26,7 @@ #define __GTK_PAPER_SIZE_H__ #include -#include "gtkenums.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkprintcontext.h b/gtk/gtkprintcontext.h index 6350a3ca94..5c69b9aa52 100644 --- a/gtk/gtkprintcontext.h +++ b/gtk/gtkprintcontext.h @@ -27,8 +27,8 @@ #include #include -#include "gtkenums.h" -#include "gtkpagesetup.h" +#include +#include G_BEGIN_DECLS diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index acbbaec83d..0d2a0c9856 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -27,13 +27,13 @@ #include #include -#include "gtkmain.h" -#include "gtkenums.h" -#include "gtkwindow.h" -#include "gtkpagesetup.h" -#include "gtkprintsettings.h" -#include "gtkprintcontext.h" -#include "gtkprintoperationpreview.h" +#include +#include +#include +#include +#include +#include +#include G_BEGIN_DECLS diff --git a/gtk/gtkprintoperationpreview.h b/gtk/gtkprintoperationpreview.h index ae0b3975be..c098a25f4a 100644 --- a/gtk/gtkprintoperationpreview.h +++ b/gtk/gtkprintoperationpreview.h @@ -27,8 +27,7 @@ #include #include - -#include "gtkprintcontext.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkprintsettings.h b/gtk/gtkprintsettings.h index f41bf5cb35..493160b651 100644 --- a/gtk/gtkprintsettings.h +++ b/gtk/gtkprintsettings.h @@ -26,7 +26,7 @@ #define __GTK_PRINT_SETTINGS_H__ #include -#include "gtkpapersize.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkradiotoolbutton.h b/gtk/gtkradiotoolbutton.h index 32d0e7b6a0..768c7630b6 100644 --- a/gtk/gtkradiotoolbutton.h +++ b/gtk/gtkradiotoolbutton.h @@ -27,7 +27,7 @@ #ifndef __GTK_RADIO_TOOL_BUTTON_H__ #define __GTK_RADIO_TOOL_BUTTON_H__ -#include "gtktoggletoolbutton.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkrecentchooser.h b/gtk/gtkrecentchooser.h index fe58d15727..2b5dd7e55f 100644 --- a/gtk/gtkrecentchooser.h +++ b/gtk/gtkrecentchooser.h @@ -27,9 +27,8 @@ #define __GTK_RECENT_CHOOSER_H__ #include - -#include "gtkrecentmanager.h" -#include "gtkrecentfilter.h" +#include +#include G_BEGIN_DECLS diff --git a/gtk/gtkrecentchooserdialog.h b/gtk/gtkrecentchooserdialog.h index 7ccdef1de9..07ef04ecc3 100644 --- a/gtk/gtkrecentchooserdialog.h +++ b/gtk/gtkrecentchooserdialog.h @@ -26,7 +26,7 @@ #define __GTK_RECENT_CHOOSER_DIALOG_H__ #include -#include "gtkrecentchooser.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkrecentchoosermenu.h b/gtk/gtkrecentchoosermenu.h index 513ef44007..2a140c5460 100644 --- a/gtk/gtkrecentchoosermenu.h +++ b/gtk/gtkrecentchoosermenu.h @@ -26,7 +26,7 @@ #define __GTK_RECENT_CHOOSER_MENU_H__ #include -#include "gtkrecentchooser.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index 77a8f0d461..4ffcfa42d5 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -25,7 +25,7 @@ #ifndef __GTK_RECENT_CHOOSER_WIDGET_H__ #define __GTK_RECENT_CHOOSER_WIDGET_H__ -#include "gtkrecentchooser.h" +#include #include G_BEGIN_DECLS diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h index 79075ee503..d88ff88dcd 100644 --- a/gtk/gtkseparatortoolitem.h +++ b/gtk/gtkseparatortoolitem.h @@ -26,7 +26,7 @@ #ifndef __GTK_SEPARATOR_TOOL_ITEM_H__ #define __GTK_SEPARATOR_TOOL_ITEM_H__ -#include "gtktoolitem.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtkshow.h b/gtk/gtkshow.h index 44e65c8117..be0c4e3a6b 100644 --- a/gtk/gtkshow.h +++ b/gtk/gtkshow.h @@ -27,8 +27,7 @@ #ifndef __GTK_SHOW_H__ #define __GTK_SHOW_H__ -#include -#include "gdk/gdk.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtktoggletoolbutton.h b/gtk/gtktoggletoolbutton.h index cc0c85693e..738d0f5cb7 100644 --- a/gtk/gtktoggletoolbutton.h +++ b/gtk/gtktoggletoolbutton.h @@ -27,7 +27,7 @@ #ifndef __GTK_TOGGLE_TOOL_BUTTON_H__ #define __GTK_TOGGLE_TOOL_BUTTON_H__ -#include "gtktoolbutton.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index 95ae84b933..ce412672d7 100644 --- a/gtk/gtktoolbar.h +++ b/gtk/gtktoolbar.h @@ -40,8 +40,7 @@ #include #include #include - -#include "gtktoolitem.h" +#include #ifndef GTK_DISABLE_DEPRECATED diff --git a/gtk/gtktoolbutton.h b/gtk/gtktoolbutton.h index a44ae0dd78..bc1bb43691 100644 --- a/gtk/gtktoolbutton.h +++ b/gtk/gtktoolbutton.h @@ -27,7 +27,7 @@ #ifndef __GTK_TOOL_BUTTON_H__ #define __GTK_TOOL_BUTTON_H__ -#include "gtktoolitem.h" +#include G_BEGIN_DECLS diff --git a/gtk/gtktooltip.h b/gtk/gtktooltip.h index 6d21d3dbe2..be2bd40b4d 100644 --- a/gtk/gtktooltip.h +++ b/gtk/gtktooltip.h @@ -26,8 +26,8 @@ #ifndef __GTK_TOOLTIP_H__ #define __GTK_TOOLTIP_H__ -#include "gtkwidget.h" -#include "gtkwindow.h" +#include +#include G_BEGIN_DECLS -- cgit v1.2.1