From 0b61fda9ab740a100f8f49f2bd0ed7468c79f55c Mon Sep 17 00:00:00 2001 From: Mathias Palm Date: Sun, 10 Feb 2013 20:09:14 +0100 Subject: Copy common/types.h to vformat/vf_iface.h Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it. --- src/vf_malloc_stdlib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vf_malloc_stdlib.c') diff --git a/src/vf_malloc_stdlib.c b/src/vf_malloc_stdlib.c index 6318fa5..b592986 100644 --- a/src/vf_malloc_stdlib.c +++ b/src/vf_malloc_stdlib.c @@ -38,8 +38,6 @@ static const char vf_malloc_stdlib_c_vss_id[] = "$Header: /cvsroot/vformat/src/v ANSI C & System-wide Header Files *============================================================================*/ -#include - #include #include -- cgit v1.1-32-gdbae