diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 09:00:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 09:00:59 +0000 |
commit | 7654daaa6cf56a14c6a10fb4384a79c5ad750d8d (patch) | |
tree | b1ba4eeab7e6837ad48a65943021197336abe731 /plugins/VersionInfo/src/dlgHandlers.h | |
parent | 9b692fa3fe30c96dd81b43078a1f464f60c9a468 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/src/dlgHandlers.h')
-rw-r--r-- | plugins/VersionInfo/src/dlgHandlers.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/VersionInfo/src/dlgHandlers.h b/plugins/VersionInfo/src/dlgHandlers.h index bab1876ea2..b2a66f014c 100644 --- a/plugins/VersionInfo/src/dlgHandlers.h +++ b/plugins/VersionInfo/src/dlgHandlers.h @@ -21,9 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_VERSIONINFO_DLGHEADERS_H
#define M_VERSIONINFO_DLGHEADERS_H
-#include "resource.h"
-#include "CVersionInfo.h"
-
#define TO_ASK 0
#define TO_FILE 1
#define TO_MESSAGEBOX 2
|