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/test.c | |
parent | dbc931969995fc56dd9b0361b7fbd8d2264d6472 (diff) | |
download | librpm-tizen-1607fbe7a370485b5ae1dcf4ba0f7216a3cbb9bb.tar.gz librpm-tizen-1607fbe7a370485b5ae1dcf4ba0f7216a3cbb9bb.tar.bz2 librpm-tizen-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/test.c')
-rw-r--r-- | lib/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/test.c b/lib/test.c index 66ae506f2..e1e8fe26d 100644 --- a/lib/test.c +++ b/lib/test.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmlib.h" void main(int argc, char **argv) |