diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-31 22:57:03 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-31 22:57:03 +0000 |
commit | 17bbf2601252ec49906ef7219b970342d46339b7 (patch) | |
tree | 313c099042e8d31e1ea39297e06b9073e30240aa /plugins/PasteIt/src/stdafx.h | |
parent | a08e1cf9777b4a3766c91be2685aaf37c24fbd4e (diff) |
reverted unwanted changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/stdafx.h')
-rw-r--r-- | plugins/PasteIt/src/stdafx.h | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/plugins/PasteIt/src/stdafx.h b/plugins/PasteIt/src/stdafx.h index 9c0ac4aceb..959524e03e 100644 --- a/plugins/PasteIt/src/stdafx.h +++ b/plugins/PasteIt/src/stdafx.h @@ -1,6 +1,13 @@ -#ifndef _COMMON_H_
-#define _COMMON_H_
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+#pragma once
+
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+
+// Windows Header Files:
#include <windows.h>
#include <winsock.h>
#include <Shlobj.h>
@@ -21,28 +28,17 @@ #include <m_options.h>
#include <m_utils.h>
#include <m_chat.h>
-#include <m_http.h>
-#include <m_string.h>
#include <m_msg_buttonsbar.h>
+#include "PasteToWeb.h"
+#include "PasteToWeb1.h"
+#include "PasteToWeb2.h"
#include "version.h"
#include "resource.h"
-
-#include "http_request.h"
-#include "paste_to_web.h"
-#include "pastebin_com.h"
-#include "wklej_to.h"
-#include "privnote_com.h"
-
-#include "options.h"
+#include "Options.h"
extern HINSTANCE hInst;
-extern HANDLE g_hNetlibUser;
extern PasteToWeb* pasteToWebs[PasteToWeb::pages];
#define MODULE "PasteIt"
-
-#include "..\..\..\miranda-private-keys\PasteIt\pastebin.h"
-
-#endif //_COMMON_H_
\ No newline at end of file |