From 14ee4ab775490f15379e70c89258230cdc4f3ee6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 May 2013 14:55:30 +0000 Subject: unused clist headers git-svn-id: http://svn.miranda-ng.org/main/trunk@4678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/hdr/modern_commonheaders.h | 1 + plugins/Clist_modern/src/modern_clc.cpp | 1 - plugins/Clist_modern/src/modern_clcidents.cpp | 1 - plugins/Clist_modern/src/modern_clcitems.cpp | 1 - plugins/Clist_modern/src/modern_clcmsgs.cpp | 1 - plugins/Clist_modern/src/modern_clcopts.cpp | 1 - plugins/Clist_modern/src/modern_clcpaint.cpp | 1 - plugins/Clist_modern/src/modern_clcutils.cpp | 1 - plugins/Clist_modern/src/modern_clistopts.cpp | 1 - plugins/Clist_modern/src/modern_clistsettings.cpp | 2 -- plugins/Clist_modern/src/modern_clui.cpp | 3 --- plugins/Clist_modern/src/modern_cluiservices.cpp | 2 -- plugins/Clist_modern/src/modern_newrowopts.cpp | 2 -- plugins/Clist_modern/src/modern_rowtemplateopt.cpp | 3 --- plugins/Clist_modern/src/modern_skineditor.cpp | 3 --- plugins/Clist_modern/src/modern_skinopt.cpp | 6 ------ plugins/Clist_modern/src/modern_statusbar_options.cpp | 1 - plugins/Clist_mw/src/clcidents.cpp | 1 - plugins/Clist_mw/src/clcitems.cpp | 1 - plugins/Clist_mw/src/clcopts.cpp | 1 - plugins/Clist_mw/src/clcpaint.cpp | 1 - plugins/Clist_mw/src/clcutils.cpp | 1 - plugins/Clist_mw/src/clistopts.cpp | 2 -- plugins/Clist_mw/src/clistsettings.cpp | 2 -- plugins/Clist_mw/src/cluiservices.cpp | 2 -- plugins/DbEditorPP/src/headers.h | 1 - plugins/Non-IM Contact/src/commonheaders.h | 1 - plugins/Scriver/src/chat/tools.cpp | 1 - plugins/Scriver/src/commonheaders.h | 1 - 29 files changed, 1 insertion(+), 45 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index cdf1b7426b..2e80beb3d1 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -92,6 +92,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include #include diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index 6b0e46e9da..c4b1973a12 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -27,7 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /************************************************************************/ #include "hdr/modern_commonheaders.h" -#include "m_clc.h" #include "m_skin.h" #include "hdr/modern_commonprototypes.h" diff --git a/plugins/Clist_modern/src/modern_clcidents.cpp b/plugins/Clist_modern/src/modern_clcidents.cpp index ad5580a465..bc60e77465 100644 --- a/plugins/Clist_modern/src/modern_clcidents.cpp +++ b/plugins/Clist_modern/src/modern_clcidents.cpp @@ -21,7 +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_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_commonprototypes.h" diff --git a/plugins/Clist_modern/src/modern_clcitems.cpp b/plugins/Clist_modern/src/modern_clcitems.cpp index 68e8724401..4dd41f3120 100644 --- a/plugins/Clist_modern/src/modern_clcitems.cpp +++ b/plugins/Clist_modern/src/modern_clcitems.cpp @@ -21,7 +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_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_clist.h" #include "m_metacontacts.h" diff --git a/plugins/Clist_modern/src/modern_clcmsgs.cpp b/plugins/Clist_modern/src/modern_clcmsgs.cpp index 4d41b560db..7875ba21ff 100644 --- a/plugins/Clist_modern/src/modern_clcmsgs.cpp +++ b/plugins/Clist_modern/src/modern_clcmsgs.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "hdr/modern_commonheaders.h" -#include "m_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_commonprototypes.h" diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 7cf0c32840..f2b2f7f7ec 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -21,7 +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_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_defsettings.h" diff --git a/plugins/Clist_modern/src/modern_clcpaint.cpp b/plugins/Clist_modern/src/modern_clcpaint.cpp index 766f7c6a99..de90016af7 100644 --- a/plugins/Clist_modern/src/modern_clcpaint.cpp +++ b/plugins/Clist_modern/src/modern_clcpaint.cpp @@ -24,7 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "hdr/modern_commonheaders.h" -#include "m_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_skinengine.h" #include "hdr/modern_commonprototypes.h" diff --git a/plugins/Clist_modern/src/modern_clcutils.cpp b/plugins/Clist_modern/src/modern_clcutils.cpp index 037143b7d6..69eb2ddd9e 100644 --- a/plugins/Clist_modern/src/modern_clcutils.cpp +++ b/plugins/Clist_modern/src/modern_clcutils.cpp @@ -21,7 +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_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_defsettings.h" diff --git a/plugins/Clist_modern/src/modern_clistopts.cpp b/plugins/Clist_modern/src/modern_clistopts.cpp index 578dce3385..63eb97c90d 100644 --- a/plugins/Clist_modern/src/modern_clistopts.cpp +++ b/plugins/Clist_modern/src/modern_clistopts.cpp @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "hdr/modern_commonheaders.h" #include "m_clui.h" #include "hdr/modern_clist.h" -#include "m_clc.h" #include "hdr/modern_commonprototypes.h" static INT_PTR CALLBACK DlgProcItemRowOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) diff --git a/plugins/Clist_modern/src/modern_clistsettings.cpp b/plugins/Clist_modern/src/modern_clistsettings.cpp index b47ca00245..2a89d42954 100644 --- a/plugins/Clist_modern/src/modern_clistsettings.cpp +++ b/plugins/Clist_modern/src/modern_clistsettings.cpp @@ -21,8 +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 "m_clc.h" #include "hdr/modern_clist.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_awaymsg.h" diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index 0f0b1bef4b..75be2ea628 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -25,9 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "hdr/modern_commonheaders.h" -#include "m_clc.h" -#include "m_clui.h" -#include "m_skin.h" #include "m_api/m_skinbutton.h" #include "hdr/modern_skinengine.h" #include "hdr/modern_statusbar.h" diff --git a/plugins/Clist_modern/src/modern_cluiservices.cpp b/plugins/Clist_modern/src/modern_cluiservices.cpp index 2e431396c8..75140b5afc 100644 --- a/plugins/Clist_modern/src/modern_cluiservices.cpp +++ b/plugins/Clist_modern/src/modern_cluiservices.cpp @@ -21,8 +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_clc.h" -#include "m_clui.h" #include "hdr/modern_commonprototypes.h" INT_PTR CListTray_GetGlobalStatus(WPARAM wparam,LPARAM lparam); diff --git a/plugins/Clist_modern/src/modern_newrowopts.cpp b/plugins/Clist_modern/src/modern_newrowopts.cpp index 7e5d9533cc..79d6b8be58 100644 --- a/plugins/Clist_modern/src/modern_newrowopts.cpp +++ b/plugins/Clist_modern/src/modern_newrowopts.cpp @@ -31,9 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "hdr/modern_commonheaders.h" -#include "m_clui.h" #include "hdr/modern_clist.h" -#include "m_clc.h" #define EMPTY_PLACE 255 #define COLUMNS_PLACE 254 diff --git a/plugins/Clist_modern/src/modern_rowtemplateopt.cpp b/plugins/Clist_modern/src/modern_rowtemplateopt.cpp index de3a761d7d..a04e791d11 100644 --- a/plugins/Clist_modern/src/modern_rowtemplateopt.cpp +++ b/plugins/Clist_modern/src/modern_rowtemplateopt.cpp @@ -21,10 +21,7 @@ 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 "hdr/modern_clist.h" -#include "m_clc.h" -#include "io.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_row.h" diff --git a/plugins/Clist_modern/src/modern_skineditor.cpp b/plugins/Clist_modern/src/modern_skineditor.cpp index 673e049918..76ae48cb3f 100644 --- a/plugins/Clist_modern/src/modern_skineditor.cpp +++ b/plugins/Clist_modern/src/modern_skineditor.cpp @@ -21,10 +21,7 @@ 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 "hdr/modern_clist.h" -#include "m_clc.h" -#include "io.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_sync.h" diff --git a/plugins/Clist_modern/src/modern_skinopt.cpp b/plugins/Clist_modern/src/modern_skinopt.cpp index f85f412671..70c9495c82 100644 --- a/plugins/Clist_modern/src/modern_skinopt.cpp +++ b/plugins/Clist_modern/src/modern_skinopt.cpp @@ -21,15 +21,9 @@ 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 "hdr/modern_clist.h" -#include "m_clc.h" -#include "io.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_sync.h" -#include -#include -#include /*******************************/ // Main skin selection routine // diff --git a/plugins/Clist_modern/src/modern_statusbar_options.cpp b/plugins/Clist_modern/src/modern_statusbar_options.cpp index 3c3953d0c3..0173efb72f 100644 --- a/plugins/Clist_modern/src/modern_statusbar_options.cpp +++ b/plugins/Clist_modern/src/modern_statusbar_options.cpp @@ -21,7 +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_clc.h" #include "hdr/modern_clc.h" #include "hdr/modern_commonprototypes.h" #include "hdr/modern_defsettings.h" diff --git a/plugins/Clist_mw/src/clcidents.cpp b/plugins/Clist_mw/src/clcidents.cpp index 43a34f4e61..5bf82394f9 100644 --- a/plugins/Clist_mw/src/clcidents.cpp +++ b/plugins/Clist_mw/src/clcidents.cpp @@ -21,7 +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 "commonheaders.h" -#include "m_clc.h" #include "clc.h" /* the CLC uses 3 different ways to identify elements in its list, this file diff --git a/plugins/Clist_mw/src/clcitems.cpp b/plugins/Clist_mw/src/clcitems.cpp index af48a8fd0f..53656dcf4b 100644 --- a/plugins/Clist_mw/src/clcitems.cpp +++ b/plugins/Clist_mw/src/clcitems.cpp @@ -21,7 +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 "commonheaders.h" -#include "m_clc.h" #include "clc.h" #include "clist.h" #include "m_metacontacts.h" diff --git a/plugins/Clist_mw/src/clcopts.cpp b/plugins/Clist_mw/src/clcopts.cpp index 845e3d104d..c9e2dee781 100644 --- a/plugins/Clist_mw/src/clcopts.cpp +++ b/plugins/Clist_mw/src/clcopts.cpp @@ -21,7 +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 "commonheaders.h" -#include "m_clc.h" #include "clc.h" #define DBFONTF_BOLD 1 diff --git a/plugins/Clist_mw/src/clcpaint.cpp b/plugins/Clist_mw/src/clcpaint.cpp index 529c0420cc..f34c98e8ac 100644 --- a/plugins/Clist_mw/src/clcpaint.cpp +++ b/plugins/Clist_mw/src/clcpaint.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "commonheaders.h" -#include "m_clc.h" #include "clc.h" extern HIMAGELIST himlCListClc; diff --git a/plugins/Clist_mw/src/clcutils.cpp b/plugins/Clist_mw/src/clcutils.cpp index 9a655f7c74..4aa7ef72bb 100644 --- a/plugins/Clist_mw/src/clcutils.cpp +++ b/plugins/Clist_mw/src/clcutils.cpp @@ -21,7 +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 "commonheaders.h" -#include "m_clc.h" #include "clc.h" //loads of stuff that didn't really fit anywhere else diff --git a/plugins/Clist_mw/src/clistopts.cpp b/plugins/Clist_mw/src/clistopts.cpp index 85a79385ae..2fe399d467 100644 --- a/plugins/Clist_mw/src/clistopts.cpp +++ b/plugins/Clist_mw/src/clistopts.cpp @@ -21,9 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "commonheaders.h" -#include "m_clui.h" #include "clist.h" -#include "m_clc.h" int HotKeysRegister(HWND hwnd); void HotKeysUnregister(HWND hwnd); diff --git a/plugins/Clist_mw/src/clistsettings.cpp b/plugins/Clist_mw/src/clistsettings.cpp index 6ea8b05198..bc810e7d12 100644 --- a/plugins/Clist_mw/src/clistsettings.cpp +++ b/plugins/Clist_mw/src/clistsettings.cpp @@ -21,8 +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 "commonheaders.h" -#include "m_clui.h" -#include "m_clc.h" #include "clist.h" TCHAR *GetNameForContact(HANDLE hContact,int flag,boolean *isUnknown); diff --git a/plugins/Clist_mw/src/cluiservices.cpp b/plugins/Clist_mw/src/cluiservices.cpp index 095576878c..554a7958a7 100644 --- a/plugins/Clist_mw/src/cluiservices.cpp +++ b/plugins/Clist_mw/src/cluiservices.cpp @@ -21,8 +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 "commonheaders.h" -#include "m_clc.h" -#include "m_clui.h" extern int CreateTimerForConnectingIcon(WPARAM,LPARAM); diff --git a/plugins/DbEditorPP/src/headers.h b/plugins/DbEditorPP/src/headers.h index 2f2b6b0911..6bbc0b84cc 100644 --- a/plugins/DbEditorPP/src/headers.h +++ b/plugins/DbEditorPP/src/headers.h @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include diff --git a/plugins/Non-IM Contact/src/commonheaders.h b/plugins/Non-IM Contact/src/commonheaders.h index e46847faf7..8dad5c498a 100644 --- a/plugins/Non-IM Contact/src/commonheaders.h +++ b/plugins/Non-IM Contact/src/commonheaders.h @@ -46,7 +46,6 @@ struct DLGTEMPLATEEX #include #include #include -#include #include #include diff --git a/plugins/Scriver/src/chat/tools.cpp b/plugins/Scriver/src/chat/tools.cpp index f2c309e280..7f20935f2d 100644 --- a/plugins/Scriver/src/chat/tools.cpp +++ b/plugins/Scriver/src/chat/tools.cpp @@ -889,7 +889,6 @@ TCHAR* GetChatLogsFilename (HANDLE hContact, time_t tTime) { REPLACEVARSARRAY rva[11]; TCHAR *p = {0}, *tszParsedName = {0}; - int i; if (g_Settings.pszLogDir[_tcslen(g_Settings.pszLogDir)-1] == '\\') _tcscat(g_Settings.pszLogDir, _T("%userid%.log")); diff --git a/plugins/Scriver/src/commonheaders.h b/plugins/Scriver/src/commonheaders.h index ca81b3b2b4..a7c0ca5af5 100644 --- a/plugins/Scriver/src/commonheaders.h +++ b/plugins/Scriver/src/commonheaders.h @@ -49,7 +49,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include -#include #include #include #include -- cgit v1.2.3