summaryrefslogtreecommitdiff
path: root/plugins/YahooGroups/src/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YahooGroups/src/commonheaders.h')
-rw-r--r--plugins/YahooGroups/src/commonheaders.h30
1 files changed, 10 insertions, 20 deletions
diff --git a/plugins/YahooGroups/src/commonheaders.h b/plugins/YahooGroups/src/commonheaders.h
index 20125002f1..e89e48e214 100644
--- a/plugins/YahooGroups/src/commonheaders.h
+++ b/plugins/YahooGroups/src/commonheaders.h
@@ -24,36 +24,26 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _CRT_SECURE_NO_WARNINGS
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <windows.h>
-#include <time.h>
-
-#include "version.h"
-#include "dlg_handlers.h"
-#include "hooked_events.h"
-#include "services.h"
-#include "list.h"
-#include "services.h"
-#include "utils.h"
-
-#include "resource.h"
#include <newpluginapi.h>
#include <m_database.h>
-#include <m_system.h>
#include <m_clist.h>
-#include <m_clui.h>
#include <m_contacts.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_protosvc.h>
-#include <m_protocols.h>
#include <m_popup.h>
-#include <m_utils.h>
-#include <m_message.h>
-#include <m_statusplugins.h>
+#include <win2k.h>
+
+#include "version.h"
+#include "dlg_handlers.h"
+#include "hooked_events.h"
+#include "services.h"
+#include "list.h"
+#include "services.h"
+#include "utils.h"
+#include "resource.h"
extern char ModuleName[];
extern HINSTANCE hInstance;