summaryrefslogtreecommitdiff
path: root/tests/testmultidisplay.c
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 /tests/testmultidisplay.c
parenta4d70c594e414f507169e53b37b88f803f6d53df (diff)
downloadgdk-pixbuf-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 'tests/testmultidisplay.c')
-rw-r--r--tests/testmultidisplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testmultidisplay.c b/tests/testmultidisplay.c
index b07ca4584..975b4caf7 100644
--- a/tests/testmultidisplay.c
+++ b/tests/testmultidisplay.c
@@ -1,4 +1,3 @@
-#include <strings.h>
#include <gtk/gtk.h>
#include <gtk/gtkstock.h>
#include <gdk/gdk.h>