diff src/vertex-attribute.c @ 38:217cd6863772

Remove useless ansidecl.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 21:55:40 +0300
parents 785057719d9b
children
line wrap: on
line diff
--- a/src/vertex-attribute.c	Mon Aug 05 21:53:33 2013 +0300
+++ b/src/vertex-attribute.c	Mon Aug 05 21:55:40 2013 +0300
@@ -78,13 +78,8 @@
     free( self );
 }
 
-#include "ansidecl.h"
 #include <stddef.h>
 
-extern size_t   strlen (const char*);
-extern PTR  malloc (size_t);
-extern PTR  memcpy (PTR, const PTR, size_t);
-
 char *
 strndup (const char *s, size_t n)
 {