diff options
author | jbj <devnull@localhost> | 1998-10-08 14:59:17 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-10-08 14:59:17 +0000 |
commit | 1607fbe7a370485b5ae1dcf4ba0f7216a3cbb9bb (patch) | |
tree | 6527d31d59a041eac5894fb0b007e417118805fb /lib/formats.c | |
parent | dbc931969995fc56dd9b0361b7fbd8d2264d6472 (diff) | |
download | rpm-1607fbe7a370485b5ae1dcf4ba0f7216a3cbb9bb.tar.gz rpm-1607fbe7a370485b5ae1dcf4ba0f7216a3cbb9bb.tar.bz2 rpm-1607fbe7a370485b5ae1dcf4ba0f7216a3cbb9bb.zip |
Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.
CVS patchset: 2425
CVS date: 1998/10/08 14:59:17
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/formats.c b/lib/formats.c index cad64db9b..526563016 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -2,8 +2,6 @@ #include "rpmlib.h" -#include "intl.h" - static char * permsFormat(int_32 type, const void * data, char * formatPrefix, int padding, int element); static char * depflagsFormat(int_32 type, const void * data, |