Index: /trunk/FACT++/src/fitsdump.cc
===================================================================
--- /trunk/FACT++/src/fitsdump.cc	(revision 10796)
+++ /trunk/FACT++/src/fitsdump.cc	(revision 10797)
@@ -6,5 +6,4 @@
  */
  //****************************************************************
-#include "FACT.h"
 #include "Configuration.h"
 
@@ -586,11 +585,6 @@
     }
 
-    if (conf.HasPrint())
+    if (conf.HasVersion() || conf.HasPrint())
         return -1;
-    if (conf.HasVersion())
-    {
-        FACT::PrintVersion(argv[0]);
-        return -1;
-    }
 
     if (conf.HasHelp())
Index: /trunk/FACT++/src/scheduler.cc
===================================================================
--- /trunk/FACT++/src/scheduler.cc	(revision 10796)
+++ /trunk/FACT++/src/scheduler.cc	(revision 10797)
@@ -14,5 +14,4 @@
 #include <mysql++/mysql++.h>
 
-#include "FACT.h"
 #include "Dim.h"
 #include "Time.h"
@@ -824,12 +823,6 @@
     }
 
-    if (conf.HasPrint())
+    if (conf.HasVersion() || conf.HasPrint())
         return -1;
-
-    if (conf.HasVersion())
-    {
-        FACT::PrintVersion(argv[0]);
-        return -1;
-    }
 
     if (conf.HasHelp())
Index: /trunk/FACT++/src/triggerschedule.cc
===================================================================
--- /trunk/FACT++/src/triggerschedule.cc	(revision 10796)
+++ /trunk/FACT++/src/triggerschedule.cc	(revision 10797)
@@ -2,5 +2,4 @@
 #include <dic.hxx>
 
-#include "FACT.h"
 #include "Dim.h"
 #include "Configuration.h"
@@ -84,12 +83,6 @@
     }
 
-    if (conf.HasPrint())
+    if (conf.HasVersion() || conf.HasPrint())
         return -1;
-
-    if (conf.HasVersion())
-    {
-        FACT::PrintVersion(argv[0]);
-        return -1;
-    }
 
     if (conf.HasHelp())
