Remove deprecated compatibility includes in headers

This commit is contained in:
Guillem Jover
2012-01-03 07:32:53 +01:00
parent 109cafb393
commit 0b96e1a218
3 changed files with 0 additions and 25 deletions

View File

@@ -36,15 +36,6 @@
#include <string.h>
#endif
#ifndef LIBBSD_DISABLE_DEPRECATED
/* FIXME: Temporary inclusion to avoid API breakage, will be removed soon. */
#ifdef LIBBSD_OVERLAY
#include <stdio.h>
#else
#include <bsd/stdio.h>
#endif
#endif
__BEGIN_DECLS
size_t strlcpy(char *dst, const char *src, size_t siz);
size_t strlcat(char *dst, const char *src, size_t siz);