summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
authorSami Kerola2011-02-27 13:05:11 +0100
committerKarel Zak2011-03-08 13:08:54 +0100
commit37f44962dd70d08571757563de0019a80d57225a (patch)
treeb8ef69f68ac72566e788c561ceeb9991d5687ccb /include/c.h
parentinclude: [c.h]: typeof to __typeof__ fix (diff)
downloadkernel-qcow2-util-linux-37f44962dd70d08571757563de0019a80d57225a.tar.gz
kernel-qcow2-util-linux-37f44962dd70d08571757563de0019a80d57225a.tar.xz
kernel-qcow2-util-linux-37f44962dd70d08571757563de0019a80d57225a.zip
include: [c.h]: remove strings.h include dublicate
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/c.h b/include/c.h
index f725fc7eb..3e5d415b4 100644
--- a/include/c.h
+++ b/include/c.h
@@ -165,7 +165,6 @@ static inline int dirfd(DIR *d)
extern char *__progname;
# define program_invocation_short_name __progname
# else
-# include <string.h>
# ifdef HAVE_GETEXECNAME
# include <stdlib.h>
# define program_invocation_short_name \