summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-03 11:25:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-03 11:25:35 +0000
commit22f041cb647f9c765004d3295d5a57a7220f55f0 (patch)
treee1051d19ee3d4cd334088a6bbd3657f9d212618f /plugins/PasteIt/src/stdafx.h
parent7b282524fe2768851dd857223a7ff243d160362a (diff)
removed not used headers
projects cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@3868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/stdafx.h')
-rw-r--r--plugins/PasteIt/src/stdafx.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/plugins/PasteIt/src/stdafx.h b/plugins/PasteIt/src/stdafx.h
index 2be1eff36d..75006155b0 100644
--- a/plugins/PasteIt/src/stdafx.h
+++ b/plugins/PasteIt/src/stdafx.h
@@ -5,9 +5,8 @@
#pragma once
-#include "targetver.h"
-
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+
// Windows Header Files:
#include <windows.h>
#include <winsock.h>
@@ -15,28 +14,31 @@
#include <commdlg.h>
#include <windowsx.h>
#include <time.h>
-
-#include <tchar.h>
#include <string>
#include <map>
#include <list>
-#define MIRANDA_VER 0x0A00
-
#include <newpluginapi.h>
#include <m_clist.h>
-#include <m_skin.h>
#include <m_langpack.h>
-#include <m_system.h>
-#include <m_utils.h>
#include <m_netlib.h>
#include <m_xml.h>
#include <m_message.h>
#include <m_protosvc.h>
-#include <m_icolib.h>
#include <m_options.h>
#include <m_database.h>
#include <m_chat.h>
-#include <m_protoint.h>
-#include "m_msg_buttonsbar.h"
+#include <m_msg_buttonsbar.h>
+
+#include "PasteToWeb.h"
+#include "PasteToWeb1.h"
+#include "PasteToWeb2.h"
+#include "version.h"
+#include "resource.h"
+#include "Options.h"
+
+extern HINSTANCE hInst;
+extern PasteToWeb* pasteToWebs[PasteToWeb::pages];
+
+#define MODULE "PasteIt"