diff options
Diffstat (limited to 'protocols/FacebookRM/src/common.h')
-rw-r--r-- | protocols/FacebookRM/src/common.h | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/protocols/FacebookRM/src/common.h b/protocols/FacebookRM/src/common.h index 2abb3a3cc0..f78c4cb437 100644 --- a/protocols/FacebookRM/src/common.h +++ b/protocols/FacebookRM/src/common.h @@ -22,43 +22,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
-//#pragma warning(push)
-//#pragma warning(disable:4312)
#pragma warning(disable:4996)
-#define MIRANDA_VER 0x0A00
#define _WIN32_WINNT 0x0500
#define _WIN32_WINDOWS 0x0500
-#include <string>
#include <sstream>
#include <fstream>
-#include <list>
#include <map>
#include <vector>
#include <set>
-#include <algorithm>
-#include <stdarg.h>
+#include <windows.h>
#include <time.h>
-#include <assert.h>
-#include <io.h>
-#include <windows.h>
#include <win2k.h>
-#include <commctrl.h>
-
#include <newpluginapi.h>
-#include <m_system.h>
-#include <m_system_cpp.h>
#include <m_avatars.h>
-#include <m_button.h>
#include <m_chat.h>
-#include <m_clist.h>
#include <m_clistint.h>
-#include <m_clui.h>
#include <m_database.h>
-#include <m_history.h>
#include <m_idle.h>
#include <m_ignore.h>
#include <m_langpack.h>
@@ -66,22 +49,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_netlib.h>
#include <m_options.h>
#include <m_popup.h>
-#include <m_protocols.h>
#include <m_protosvc.h>
#include <m_protoint.h>
#include <m_protomod.h>
#include <m_skin.h>
-#include <statusmodes.h>
-#include <m_userinfo.h>
#include <m_icolib.h>
-#include <m_utils.h>
#include <m_hotkeys.h>
+
#include <m_folders.h>
#include <m_smileyadd.h>
#include <m_toptoolbar.h>
-#include "version.h"
-
class FacebookProto;
#include "definitions.h"
@@ -98,6 +76,7 @@ class FacebookProto; #include "dialogs.h"
#include "theme.h"
#include "resource.h"
+#include "version.h"
extern HINSTANCE g_hInstance;
extern std::string g_strUserAgent;
|