diff --git a/src/app/version.cpp b/src/app/version.cpp index 59b00cfc9..4126d63d5 100644 --- a/src/app/version.cpp +++ b/src/app/version.cpp @@ -29,6 +29,7 @@ #include "version.h" #include #include +#include extern const int MAJOR_VERSION = 0; extern const int MINOR_VERSION = 2; diff --git a/src/app/version.h b/src/app/version.h index 6404d8878..65cc9f6c3 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -26,9 +26,6 @@ ** *************************************************************************/ -#include -#include - #ifndef VERSION_H #define VERSION_H