Don't include version.h.
[platform/upstream/coreutils.git] / src / cat.c
index 31eada9..390abc4 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -31,7 +31,6 @@
 #include <sys/ioctl.h>
 #endif
 #include "system.h"
-#include "version.h"
 #include "error.h"
 
 /* Undefine, to avoid warning about redefinition on some systems.  */
@@ -580,7 +579,7 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      printf ("cat - %s\n", version_string);
+      printf ("cat - %s\n", PACKAGE_VERSION);
       exit (0);
     }