From 5db630d210deca22a1eae1b12d0991a1aced3146 Mon Sep 17 00:00:00 2001 From: Patrick Proy Date: Tue, 6 May 2014 16:02:18 +0200 Subject: [PATCH] Changed version.h path in valentina.rc and remove unused include in version.h --HG-- branch : develop --- src/app/share/resources/valentina.rc | 2 +- src/app/version.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/share/resources/valentina.rc b/src/app/share/resources/valentina.rc index 3fde083b5..2cf3b4d17 100644 --- a/src/app/share/resources/valentina.rc +++ b/src/app/share/resources/valentina.rc @@ -1,7 +1,7 @@ IDI_ICON1 ICON DISCARDABLE "icon/64x64/icon64x64.ico" #include -#include "version.h" +#include "../../version.h" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION diff --git a/src/app/version.h b/src/app/version.h index 7ffb4371e..c3a089864 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -29,8 +29,6 @@ #ifndef VERSION_H #define VERSION_H -#include - extern const int MAJOR_VERSION; extern const int MINOR_VERSION; extern const int DEBUG_VERSION;