summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-16 22:30:54 +0000
committerJim Meyering <jim@meyering.net>1996-03-16 22:30:54 +0000
commit4229a555fc6298ac0cbc6f76faf4eaea628bc80c (patch)
treed7980c8872aa7269f1273c89400e20f8f5d51f88 /src/join.c
parent688833b80eb8394b7246eae84766ae1e606ef663 (diff)
downloadcoreutils-4229a555fc6298ac0cbc6f76faf4eaea628bc80c.tar.xz
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/join.c b/src/join.c
index e9c5bb145..360684a65 100644
--- a/src/join.c
+++ b/src/join.c
@@ -61,7 +61,6 @@ char *alloca ();
#endif
#include "system.h"
-#include "version.h"
#include "long-options.h"
#include "xstrtol.h"
#include "error.h"
@@ -782,7 +781,7 @@ main (int argc, char **argv)
it may be increased. */
uni_blank.nfields = 1;
- parse_long_options (argc, argv, "join", version_string, usage);
+ parse_long_options (argc, argv, "join", PACKAGE_VERSION, usage);
nfiles = 0;
print_pairables = 1;