diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/FacebookRM/common.h | 1 | ||||
-rw-r--r-- | protocols/IcqOscarJ/icq_proto.cpp | 1 | ||||
-rw-r--r-- | protocols/MRA/Mra.h | 1 | ||||
-rw-r--r-- | protocols/Omegle/common.h | 1 | ||||
-rw-r--r-- | protocols/Quotes/Forex.cpp | 1 | ||||
-rw-r--r-- | protocols/Twitter/main.cpp | 2 | ||||
-rw-r--r-- | protocols/YAMN/yamn.h | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/protocols/FacebookRM/common.h b/protocols/FacebookRM/common.h index 265c32eb62..193cf9d849 100644 --- a/protocols/FacebookRM/common.h +++ b/protocols/FacebookRM/common.h @@ -81,7 +81,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_utils.h>
#include <m_hotkeys.h>
-#include <m_updater.h>
#include <m_folders.h>
class FacebookProto;
diff --git a/protocols/IcqOscarJ/icq_proto.cpp b/protocols/IcqOscarJ/icq_proto.cpp index 1ada8888ca..495c29bd98 100644 --- a/protocols/IcqOscarJ/icq_proto.cpp +++ b/protocols/IcqOscarJ/icq_proto.cpp @@ -30,7 +30,6 @@ #include "icqoscar.h"
#include "m_icolib.h"
-#include "m_updater.h"
extern PLUGININFOEX pluginInfo;
extern HANDLE hExtraXStatus;
diff --git a/protocols/MRA/Mra.h b/protocols/MRA/Mra.h index b83d722fb7..f3998f06da 100644 --- a/protocols/MRA/Mra.h +++ b/protocols/MRA/Mra.h @@ -57,7 +57,6 @@ typedef int (*PCOMPRESS2)(unsigned char*,DWORD*,unsigned char*,DWORD,int); #include <m_database.h>
#include <m_langpack.h>
#include <m_netlib.h>
-#include <m_updater.h>
#include <m_icolib.h>
#include <win2k.h>
#include <m_popup.h>
diff --git a/protocols/Omegle/common.h b/protocols/Omegle/common.h index fa32263ae5..acd913f180 100644 --- a/protocols/Omegle/common.h +++ b/protocols/Omegle/common.h @@ -64,7 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_icolib.h>
#include <m_utils.h>
#include <m_hotkeys.h>
-#include <m_updater.h>
//#include <m_msg_buttonsbar.h>
class OmegleProto;
diff --git a/protocols/Quotes/Forex.cpp b/protocols/Quotes/Forex.cpp index 071da5c787..e15b2bda52 100644 --- a/protocols/Quotes/Forex.cpp +++ b/protocols/Quotes/Forex.cpp @@ -12,7 +12,6 @@ #include "resource.h"
#include "IconLib.h"
#include <m_options.h>
-#include <m_updater.h>
#include <m_userinfo.h>
#include "QuoteInfoDlg.h"
#include "ModuleInfo.h"
diff --git a/protocols/Twitter/main.cpp b/protocols/Twitter/main.cpp index 4e595f8085..9972de9236 100644 --- a/protocols/Twitter/main.cpp +++ b/protocols/Twitter/main.cpp @@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "proto.h"
#include "theme.h"
-#include "m_updater.h"
-
CLIST_INTERFACE* pcli;
diff --git a/protocols/YAMN/yamn.h b/protocols/YAMN/yamn.h index 8cec3eda86..c9511fd953 100644 --- a/protocols/YAMN/yamn.h +++ b/protocols/YAMN/yamn.h @@ -35,7 +35,6 @@ #include "m_icolib.h"
#include "m_kbdnotify.h"
#include "m_popup.h"
-#include "m_updater.h"
#include "m_account.h" //Account structure and all needed structures to cooperate with YAMN
#include "m_messages.h" //Messages sent to YAMN windows
#include "m_mails.h" //use YAMN's mails
|