summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/menu/itemfactory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/menu/itemfactory.c b/examples/menu/itemfactory.c
index 21082d715c..c3b308b35b 100644
--- a/examples/menu/itemfactory.c
+++ b/examples/menu/itemfactory.c
@@ -1,6 +1,5 @@
#include <gtk/gtk.h>
-#include <strings.h>
/* Obligatory basic callback */
static void print_hello( GtkWidget *w,