From c94458194ff28b9e2f7a5d872638aeb7d457e517 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 14 Mar 2013 17:41:49 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@4030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AVS/src/commonheaders.h | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) (limited to 'plugins') diff --git a/plugins/AVS/src/commonheaders.h b/plugins/AVS/src/commonheaders.h index 7697653a86..10e7f52c17 100644 --- a/plugins/AVS/src/commonheaders.h +++ b/plugins/AVS/src/commonheaders.h @@ -21,51 +21,28 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define MIRANDA_VER 0x0A00 #define _WIN32_WINNT 0x0501 -#include "m_stdhdr.h" - #include -#include #include -#include #include -#include -#include -#include -#include -#include -#include -#include +#include #include -#include #include -#include -#include -#include #include #include -#include #include #include -#include #include -#include -#include -#include -#include #include #include -#include -#include #include -#include "m_folders.h" -#include "m_metacontacts.h" -#include "m_avatarhistory.h" -#include "m_flash.h" +#include +#include +#include +#include #include "resource.h" #include "version.h" @@ -91,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // The same fields as avatarCacheEntry + proto name struct protoPicCacheEntry : public avatarCacheEntry, public MZeroedObject { - protoPicCacheEntry() { memset(this, 0, sizeof(*this)); }; + protoPicCacheEntry() { memset(this, 0, sizeof(*this)); }; ~protoPicCacheEntry(); void clear(); @@ -106,8 +83,6 @@ extern FI_INTERFACE *fei; int SetAvatarAttribute(HANDLE hContact, DWORD attrib, int mode); -#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0])) - #define GAIR_FAILED 1000 #define AVS_IGNORENOTIFY 0x1000 -- cgit v1.2.3