X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fsupportw.c;h=b5fdae354c22ba3e820da8c13b5b2ae9e7db394d;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=51b49697152b36ac93cedb5ba9ea741231deedd7;hpb=811674bc6331c98d33134e2a37a7c7dd66402227;p=mono.git diff --git a/support/supportw.c b/support/supportw.c index 51b49697152..b5fdae354c2 100644 --- a/support/supportw.c +++ b/support/supportw.c @@ -18,7 +18,6 @@ #include "mono/metadata/class.h" #include "mono/metadata/object.h" #include "mono/metadata/tabledefs.h" -#include "mono/io-layer/wapi.h" typedef struct { const char *fname; @@ -53,7 +52,7 @@ get_function (const char *name) compare_names); if (ptr == NULL) { - g_warning ("Function '%s' not not found.", name); + g_warning ("Function '%s' not found.", name); return NULL; }