diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:17:34 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:17:34 +0200 |
commit | e3638c2c86fd10831136419db2601cb4daf3d3bb (patch) | |
tree | abf04b5647d86cd4fc290af959297565219320ba /system.h | |
parent | dab8a648dbc91b56c4b375cf2218a769856b8e34 (diff) | |
download | rpm-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |