Don't include version.h.
[platform/upstream/coreutils.git] / src / unexpand.c
index 0d09594..dddd577 100644 (file)
@@ -44,7 +44,6 @@
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
-#include "version.h"
 #include "error.h"
 
 /* The number of bytes added at a time to the amount of memory
@@ -425,7 +424,7 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      printf ("unexpand - %s\n", version_string);
+      printf ("unexpand - %s\n", PACKAGE_VERSION);
       exit (0);
     }