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/popwin.cpp | |
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/popwin.cpp')
-rw-r--r-- | plugins/TipperYM/src/popwin.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp index 808f1a7698..c3ed182e2b 100644 --- a/plugins/TipperYM/src/popwin.cpp +++ b/plugins/TipperYM/src/popwin.cpp @@ -19,15 +19,6 @@ Boston, MA 02111-1307, USA. */
#include "common.h"
-#include "subst.h"
-#include "popwin.h"
-#include "message_pump.h"
-#include "str_utils.h"
-#include "bitmap_func.h"
-#include "translations.h"
-#include "m_gender.h"
-
-extern TOOLTIPSKIN skin;
__inline void AddRow(PopupWindowData *pwd, TCHAR *swzLabel, TCHAR *swzValue, char *szProto, bool bParseSmileys, bool bNewline, bool bLineAbove, bool bIsTitle = false, HICON hIcon = NULL)
{
|