summaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-05-06 21:33:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-05-06 21:33:22 +0000
commitae0bb11c8eb3bef34e00e9297b1f01c337c130b2 (patch)
treeb94a942674a7b09328877e452dabd573360a2075 /docs/tutorial
parenta4d70c594e414f507169e53b37b88f803f6d53df (diff)
downloadgtk+-ae0bb11c8eb3bef34e00e9297b1f01c337c130b2.tar.gz
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.
Diffstat (limited to 'docs/tutorial')
-rwxr-xr-xdocs/tutorial/gtk-tut.sgml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml
index c326f3e176..ff8b0f8f15 100755
--- a/docs/tutorial/gtk-tut.sgml
+++ b/docs/tutorial/gtk-tut.sgml
@@ -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,