Don't include version.h.
[platform/upstream/coreutils.git] / src / split.c
index bdc89e5..fb6ec4e 100644 (file)
@@ -40,7 +40,6 @@
 #endif
 
 #include "system.h"
-#include "version.h"
 #include "error.h"
 #include "xstrtol.h"
 
@@ -454,7 +453,7 @@ main (int argc, char **argv)
 
   if (show_version)
     {
-      printf ("split - %s\n", version_string);
+      printf ("split - %s\n", PACKAGE_VERSION);
       exit (0);
     }