diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 09:29:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 09:29:02 +0000 |
commit | 7dc1d90c50b342dbc92b9ef416ceb947434f8cb1 (patch) | |
tree | e5ffd568b14e4f70e24364ce848c68f2024a1c6a /plugins/SeenPlugin/res/version.rc | |
parent | 791160521e8867e803ccb616ddc821a040867e84 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/res/version.rc')
-rw-r--r-- | plugins/SeenPlugin/res/version.rc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/SeenPlugin/res/version.rc b/plugins/SeenPlugin/res/version.rc index b8fb57b0de..5bfbab4754 100644 --- a/plugins/SeenPlugin/res/version.rc +++ b/plugins/SeenPlugin/res/version.rc @@ -1,14 +1,12 @@ +// Microsoft Visual C++ generated resource script.
+//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
+#include "afxres.h"
#include "..\src\version.h"
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
|