From: Ryan Lortie Date: Sun, 7 Feb 2010 08:08:08 +0000 (-0500) Subject: gurifuncs.c: #include "string.h" -> X-Git-Tag: 2.23.3~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea2917b01f045d8e7ede4824039d462203af3290;p=platform%2Fupstream%2Fglib.git gurifuncs.c: #include "string.h" -> --- diff --git a/glib/gurifuncs.c b/glib/gurifuncs.c index b4180b7..4135638 100644 --- a/glib/gurifuncs.c +++ b/glib/gurifuncs.c @@ -23,7 +23,7 @@ #include "config.h" #include "gurifuncs.h" #include -#include "string.h" +#include #include "galias.h"