diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-16 14:55:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-16 14:55:30 +0000 |
commit | 14ee4ab775490f15379e70c89258230cdc4f3ee6 (patch) | |
tree | de2d3fbb2404af5a8e05884d41139557c2bc156c /plugins/Clist_mw/src | |
parent | eec9743cc90715180fec9b184ae343dc5083e780 (diff) |
unused clist headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw/src')
-rw-r--r-- | plugins/Clist_mw/src/clcidents.cpp | 1 | ||||
-rw-r--r-- | plugins/Clist_mw/src/clcitems.cpp | 1 | ||||
-rw-r--r-- | plugins/Clist_mw/src/clcopts.cpp | 1 | ||||
-rw-r--r-- | plugins/Clist_mw/src/clcpaint.cpp | 1 | ||||
-rw-r--r-- | plugins/Clist_mw/src/clcutils.cpp | 1 | ||||
-rw-r--r-- | plugins/Clist_mw/src/clistopts.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_mw/src/clistsettings.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_mw/src/cluiservices.cpp | 2 |
8 files changed, 0 insertions, 11 deletions
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);
|