summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cut.c b/src/cut.c
index d50ec71c9..a6ecdab39 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -72,7 +72,6 @@
#include <getopt.h>
#include <sys/types.h>
#include "system.h"
-#include "version.h"
#include "error.h"
#define FATAL_ERROR(s) \
@@ -737,7 +736,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("cut - %s\n", version_string);
+ printf ("cut - %s\n", PACKAGE_VERSION);
exit (0);
}