From 7cedb42807647da0f1dd77efcf5939eccbd00dd7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 May 2013 13:21:19 +0000 Subject: - useless header removed; - unused headers removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@4669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AssocMgr/src/test.cpp | 6 ------ plugins/Clist_modern/src/modern_clistmod.cpp | 3 --- plugins/Clist_nicer/src/clistmenus.cpp | 1 - 3 files changed, 10 deletions(-) (limited to 'plugins') diff --git a/plugins/AssocMgr/src/test.cpp b/plugins/AssocMgr/src/test.cpp index db07567c82..9439086211 100644 --- a/plugins/AssocMgr/src/test.cpp +++ b/plugins/AssocMgr/src/test.cpp @@ -77,7 +77,6 @@ static __inline HANDLE find_contact(const char *nick) { nick; return NULL; } static __inline HANDLE add_contact(const char *nick) { nick; return db_find_first(); } static __inline void aim_gchat_joinrequest(const char *room, int exchange) { room; exchange; MessageBoxA(NULL,"Join group chat!",room,MB_OK); return; } #include -#include #include #include "m_assocmgr.h" @@ -212,7 +211,6 @@ static __inline void AddToCache(HANDLE hContact,DWORD dwUin) { hContact; dwUin; static __inline DWORD ICQGetContactSettingUIN(HANDLE hContact) { hContact; return 0; } static __inline HANDLE HandleFromCacheByUin(DWORD dwUin) { dwUin; return NULL; } #include -#include #include typedef struct { PROTOSEARCHRESULT hdr; @@ -404,7 +402,6 @@ void UninitIcqFiles(void) static __inline HANDLE getbuddyH(const char *yahoo_id) { yahoo_id; return NULL; } static __inline HANDLE add_buddy(const char *yahoo_id,const char *yahoo_name,DWORD flags) { yahoo_id; yahoo_name; flags; return db_find_first(); } #include -#include #include #include "m_assocmgr.h" @@ -515,7 +512,6 @@ void YmsgrLinksUninit(void) static __inline HANDLE MSN_HContactFromEmailT(const char *msnEmail) { msnEmail; return NULL; } static __inline HANDLE MSN_HContactFromEmail(const char *msnEmail,const char *msnNick,int addIfNeeded,int temporary) { msnEmail; msnNick; addIfNeeded; temporary; return db_find_first(); } #include -#include #include #include "m_assocmgr.h" @@ -624,7 +620,6 @@ void UnloadMsnLinks(void) typedef DWORD uin_t; static __inline HANDLE gg_getcontact(uin_t uin,int create,int inlist,char *szNick) { uin; create; inlist; szNick; return db_find_first(); } #include -#include #include #include "m_assocmgr.h" @@ -689,7 +684,6 @@ void gg_unregisterlinks(void) static __inline HANDLE JabberHContactFromJID(const char *jid) { jid; return NULL; } static __inline HANDLE JabberDBCreateContact(char *jid,char *nick,BOOL temporary,BOOL stripResource) { jid; nick; temporary; stripResource; return db_find_first(); } #include -#include #include #include "m_assocmgr.h" diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index 52989a59bc..75bfc5a271 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -21,9 +21,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "hdr/modern_commonheaders.h" -#include "m_clui.h" -#include -#include #include "hdr/modern_clist.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_sync.h" diff --git a/plugins/Clist_nicer/src/clistmenus.cpp b/plugins/Clist_nicer/src/clistmenus.cpp index 22f4e4ea75..91684e024f 100644 --- a/plugins/Clist_nicer/src/clistmenus.cpp +++ b/plugins/Clist_nicer/src/clistmenus.cpp @@ -188,7 +188,6 @@ static INT_PTR CALLBACK IgnoreDialogProc(HWND hWnd, UINT msg, WPARAM wParam, LPA case IDC_IGN_ADDPERMANENTLY: { ADDCONTACTSTRUCT acs = {0}; - acs.handle = hContact; acs.handleType = HANDLE_CONTACT; acs.szProto = 0; -- cgit v1.2.3