Don't include strings.h, it's not needed anymore. (#112388)
2003-05-06 Matthias Clasen <maclas@gmx.de> * tests/testmultidisplay.c: Don't include strings.h, it's not needed anymore. (#112388) * examples/menu/itemfactory.c: * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the itemfactory example.
This commit is contained in:
committed by
Matthias Clasen
parent
a4d70c594e
commit
ae0bb11c8e
@@ -1,3 +1,12 @@
|
||||
2003-05-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testmultidisplay.c: Don't include strings.h, it's not
|
||||
needed anymore. (#112388)
|
||||
|
||||
* examples/menu/itemfactory.c:
|
||||
* docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
|
||||
itemfactory example.
|
||||
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
2003-05-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testmultidisplay.c: Don't include strings.h, it's not
|
||||
needed anymore. (#112388)
|
||||
|
||||
* examples/menu/itemfactory.c:
|
||||
* docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
|
||||
itemfactory example.
|
||||
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
2003-05-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testmultidisplay.c: Don't include strings.h, it's not
|
||||
needed anymore. (#112388)
|
||||
|
||||
* examples/menu/itemfactory.c:
|
||||
* docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
|
||||
itemfactory example.
|
||||
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
2003-05-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testmultidisplay.c: Don't include strings.h, it's not
|
||||
needed anymore. (#112388)
|
||||
|
||||
* examples/menu/itemfactory.c:
|
||||
* docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
|
||||
itemfactory example.
|
||||
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
2003-05-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/testmultidisplay.c: Don't include strings.h, it's not
|
||||
needed anymore. (#112388)
|
||||
|
||||
* examples/menu/itemfactory.c:
|
||||
* docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
|
||||
itemfactory example.
|
||||
|
||||
2003-05-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_source_set_icon_stock): Actually set the
|
||||
|
||||
@@ -8936,7 +8936,6 @@ section.</para>
|
||||
<!-- example-start menu itemfactory.c -->
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <strings.h>
|
||||
|
||||
/* Obligatory basic callback */
|
||||
static void print_hello( GtkWidget *w,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <strings.h>
|
||||
|
||||
/* Obligatory basic callback */
|
||||
static void print_hello( GtkWidget *w,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#include <strings.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkstock.h>
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
Reference in New Issue
Block a user