summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:17:34 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:17:34 +0200
commite3638c2c86fd10831136419db2601cb4daf3d3bb (patch)
treeabf04b5647d86cd4fc290af959297565219320ba /system.h
parentdab8a648dbc91b56c4b375cf2218a769856b8e34 (diff)
downloadrpm-e3638c2c86fd10831136419db2601cb4daf3d3bb.tar.gz
Remove <string.h> include from system.h into the few places that still need
- most of the places get it through <rpm/rpmstring.h> already
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 1101ed9bd..71fd8874d 100644
--- a/system.h
+++ b/system.h
@@ -32,10 +32,6 @@ extern char ** environ;
#endif
#endif
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
-
#if !defined(HAVE_STPCPY)
char * stpcpy(char * dest, const char * src);
#endif