Don't include version.h.
[platform/upstream/coreutils.git] / src / head.c
index a041580..244d9a8 100644 (file)
@@ -30,7 +30,6 @@
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"
-#include "version.h"
 #include "error.h"
 
 /* Number of lines/chars/blocks to head. */
@@ -353,7 +352,7 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      printf ("head - %s\n", version_string);
+      printf ("head - %s\n", PACKAGE_VERSION);
       exit (0);
     }