diff --git a/src/conf.h b/src/conf.h index 35cbd279..911979ed 100644 --- a/src/conf.h +++ b/src/conf.h @@ -38,7 +38,6 @@ #endif #include -#include "version.h" #include "tailor.h" #if !defined(__i386__) diff --git a/src/help.cpp b/src/help.cpp index cf75e1b9..06c4951e 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -27,6 +27,7 @@ #include "conf.h" +#include "version.h" /************************************************************************* diff --git a/src/main.cpp b/src/main.cpp index d2441229..a37d3e74 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,6 +27,7 @@ #include "conf.h" +#include "version.h" #include "mygetopt.h" #include "file.h" diff --git a/src/packer.cpp b/src/packer.cpp index eff5fe9f..70d81cb0 100644 --- a/src/packer.cpp +++ b/src/packer.cpp @@ -28,6 +28,7 @@ //#define WANT_STL #include "conf.h" +#include "version.h" #include "file.h" #include "packer.h" #include "filter.h"