diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:20:23 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:20:23 +0000 |
commit | cf72bb04a7650ae5e1b7011d17ce572bb06896b0 (patch) | |
tree | 13412643611b96a8059a8a326c7784f8fbf9d023 /plugins/TipperYM/src/subst.h | |
parent | ffbf1155ff036f2640f9d192cfb95bc42864ed19 (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/subst.h')
-rw-r--r-- | plugins/TipperYM/src/subst.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TipperYM/src/subst.h b/plugins/TipperYM/src/subst.h index 41f66f871a..fdc0b73320 100644 --- a/plugins/TipperYM/src/subst.h +++ b/plugins/TipperYM/src/subst.h @@ -21,9 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef _SUBST_INC
#define _SUBST_INC
-#include "options.h"
-#include "translations.h"
-
bool GetLabelText(HANDLE hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
bool GetValueText(HANDLE hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
|