]> Pileus Git - ~andy/gtk/commitdiff
Don't include strings.h, it's not needed anymore. (#112388)
authorMatthias Clasen <maclas@gmx.de>
Tue, 6 May 2003 21:33:22 +0000 (21:33 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 6 May 2003 21:33:22 +0000 (21:33 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/tutorial/gtk-tut.sgml
examples/menu/itemfactory.c
tests/testmultidisplay.c

index 89005a2f5a16a4ce4159cfcaa218aedde427c1a0..1f59263fbb9dd43f05c0f75ccd7af0f8cd6f2604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 89005a2f5a16a4ce4159cfcaa218aedde427c1a0..1f59263fbb9dd43f05c0f75ccd7af0f8cd6f2604 100644 (file)
@@ -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
index 89005a2f5a16a4ce4159cfcaa218aedde427c1a0..1f59263fbb9dd43f05c0f75ccd7af0f8cd6f2604 100644 (file)
@@ -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
index 89005a2f5a16a4ce4159cfcaa218aedde427c1a0..1f59263fbb9dd43f05c0f75ccd7af0f8cd6f2604 100644 (file)
@@ -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
index 89005a2f5a16a4ce4159cfcaa218aedde427c1a0..1f59263fbb9dd43f05c0f75ccd7af0f8cd6f2604 100644 (file)
@@ -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
index c326f3e17632c3abd9f827fc491261021148528c..ff8b0f8f1535de30912ec625ab3c6a74581a1f8c 100755 (executable)
@@ -8936,7 +8936,6 @@ section.</para>
 <!-- example-start menu itemfactory.c -->
 
 #include &lt;gtk/gtk.h&gt;
-#include &lt;strings.h&gt;
 
 /* Obligatory basic callback */
 static void print_hello( GtkWidget *w,
index 21082d715c909050aa4ffca00105cbc0b9af852e..c3b308b35b85c7c54e5f7d673a9a47fabcfe77ce 100644 (file)
@@ -1,6 +1,5 @@
 
 #include <gtk/gtk.h>
-#include <strings.h>
 
 /* Obligatory basic callback */
 static void print_hello( GtkWidget *w,
index b07ca4584e93b6944a97787cda4461680da52dfd..975b4caf7db121c492c8f5675f8028e78fd602e1 100644 (file)
@@ -1,4 +1,3 @@
-#include <strings.h>
 #include <gtk/gtk.h>
 #include <gtk/gtkstock.h>
 #include <gdk/gdk.h>