diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-05-06 21:33:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-05-06 21:33:22 +0000 |
commit | ae0bb11c8eb3bef34e00e9297b1f01c337c130b2 (patch) | |
tree | b94a942674a7b09328877e452dabd573360a2075 /examples | |
parent | a4d70c594e414f507169e53b37b88f803f6d53df (diff) | |
download | gtk+-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.c | 1 |
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, |