From 2d0251960835631e7db202c131757ca599ed19e3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 29 Nov 2018 18:50:32 -0600 Subject: Remove an extra #include --- lib/portability.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/portability.h') diff --git a/lib/portability.h b/lib/portability.h index a74d66d5..2dba2311 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -88,8 +88,6 @@ char *strptime(const char *buf, const char *format, struct tm *tm); char *dirname(char *path); char *__xpg_basename(char *path); static inline char *basename(char *path) { return __xpg_basename(path); } - -#include char *strcasestr(const char *haystack, const char *needle); #endif // defined(glibc) -- cgit v1.2.3