diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/FacebookRM/src/common.h | 1 | ||||
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 1 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/icqoscar.h | 1 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber.h | 1 | ||||
-rw-r--r-- | protocols/MRA/src/Mra.h | 1 | ||||
-rw-r--r-- | protocols/MSN/src/msn_global.h | 1 | ||||
-rw-r--r-- | protocols/Twitter/src/common.h | 1 | ||||
-rw-r--r-- | protocols/Xfire/src/baseProtocol.h | 1 | ||||
-rw-r--r-- | protocols/Yahoo/src/chat.cpp | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/protocols/FacebookRM/src/common.h b/protocols/FacebookRM/src/common.h index ab8faf4db0..ee7cefc903 100644 --- a/protocols/FacebookRM/src/common.h +++ b/protocols/FacebookRM/src/common.h @@ -53,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_avatars.h>
#include <m_button.h>
#include <m_chat.h>
-#include <m_clc.h>
#include <m_clist.h>
#include <m_clistint.h>
#include <m_clui.h>
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 5a0a65d9d7..e45a98d9fe 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -69,7 +69,6 @@ #include <m_userinfo.h>
#include <m_clui.h>
#include <m_button.h>
-#include <m_clc.h>
#include <m_message.h>
#include <m_icolib.h>
#include <m_imgsrvc.h>
diff --git a/protocols/IcqOscarJ/src/icqoscar.h b/protocols/IcqOscarJ/src/icqoscar.h index 05101b81eb..1208d9524f 100644 --- a/protocols/IcqOscarJ/src/icqoscar.h +++ b/protocols/IcqOscarJ/src/icqoscar.h @@ -66,7 +66,6 @@ // Miranda IM SDK includes
#include <newpluginapi.h> // This must be included first
-#include <m_clc.h>
#include <m_clist.h>
#include <m_clui.h>
#include <m_database.h>
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 50db0d5638..47f0b4deb1 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -72,7 +72,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_message.h>
#include <m_skin.h>
#include <m_chat.h>
-#include <m_clc.h>
#include <m_icolib.h>
#include <m_cluiframes.h>
#include <m_clistint.h>
diff --git a/protocols/MRA/src/Mra.h b/protocols/MRA/src/Mra.h index d7cd967454..0f1234d663 100644 --- a/protocols/MRA/src/Mra.h +++ b/protocols/MRA/src/Mra.h @@ -37,7 +37,6 @@ #include <m_system.h>
#include <m_system_cpp.h>
#include <m_protocols.h>
-#include <m_clc.h>
#include <m_clist.h>
#include <m_cluiframes.h>
#include <m_clui.h>
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index a2588bb523..2fe7bce1ed 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -39,7 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <newpluginapi.h>
-#include <m_clc.h>
#include <m_clist.h>
#include <m_clistint.h>
#include <m_clui.h>
diff --git a/protocols/Twitter/src/common.h b/protocols/Twitter/src/common.h index dd2b7973f1..e0f89ac230 100644 --- a/protocols/Twitter/src/common.h +++ b/protocols/Twitter/src/common.h @@ -42,7 +42,6 @@ using std::min; #include <m_avatars.h>
#include <m_button.h>
#include <m_chat.h>
-#include <m_clc.h>
#include <m_clist.h>
#include <m_clistint.h>
#include <m_clui.h>
diff --git a/protocols/Xfire/src/baseProtocol.h b/protocols/Xfire/src/baseProtocol.h index d56f68b0b6..e936297b05 100644 --- a/protocols/Xfire/src/baseProtocol.h +++ b/protocols/Xfire/src/baseProtocol.h @@ -65,7 +65,6 @@ #include <m_options.h>
#include <m_utils.h>
#include <m_ignore.h>
-#include <m_clc.h>
#include <m_netlib.h>
#include <m_avatars.h>
#include <m_folders.h>
diff --git a/protocols/Yahoo/src/chat.cpp b/protocols/Yahoo/src/chat.cpp index 4477e5a0d9..03bfa66d5a 100644 --- a/protocols/Yahoo/src/chat.cpp +++ b/protocols/Yahoo/src/chat.cpp @@ -18,7 +18,6 @@ #include <m_chat.h>
#include <m_userinfo.h>
#include <m_history.h>
-#include <m_clc.h>
struct InviteChatParam
{
|