diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-13 14:26:44 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-13 14:26:44 +0000 |
commit | d0c713bfee6d532442d097a32415dd340dd66056 (patch) | |
tree | be82892e1b37f6f09fe9c5751857073dd3cc0d8e /gtk/gtkseparatortoolitem.h | |
parent | 5036306b1d7779bb6c4a6e04335b8c4e75c54b78 (diff) | |
download | gtk+-d0c713bfee6d532442d097a32415dd340dd66056.tar.gz |
gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h
2008-06-13 Michael Natterer <mitch@imendio.com>
* 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 <gtk/gtkfoo.h> instead of
"gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.
svn path=/trunk/; revision=20375
Diffstat (limited to 'gtk/gtkseparatortoolitem.h')
-rw-r--r-- | gtk/gtkseparatortoolitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtk/gtktoolitem.h> G_BEGIN_DECLS |