summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-04 20:45:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-04 20:45:00 +0300
commit5b32a855e518f67589fd49837795a605a19badce (patch)
tree58e6664efc8c826a35e72e4d1a54e8e957b75c42 /protocols/FacebookRM/src/stdafx.h
parent823e3839b108658811f689f959f51058effd82ac (diff)
code reordering, not to reassemble the whole project on each change in headers
Diffstat (limited to 'protocols/FacebookRM/src/stdafx.h')
-rw-r--r--protocols/FacebookRM/src/stdafx.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/protocols/FacebookRM/src/stdafx.h b/protocols/FacebookRM/src/stdafx.h
index 6bf092d283..83f39e24e6 100644
--- a/protocols/FacebookRM/src/stdafx.h
+++ b/protocols/FacebookRM/src/stdafx.h
@@ -70,8 +70,8 @@ class FacebookProto;
#include "constants.h"
#include "entities.h"
#include "http.h"
-#include "http_request.h"
#include "client.h"
+#include "http_request.h"
#include "proto.h"
#include "db.h"
#include "dialogs.h"
@@ -79,18 +79,6 @@ class FacebookProto;
#include "resource.h"
#include "version.h"
-#include "requests/contacts.h"
-#include "requests/feeds.h"
-#include "requests/history.h"
-#include "requests/channel.h"
-#include "requests/login.h"
-#include "requests/messages.h"
-#include "requests/notifications.h"
-#include "requests/profile.h"
-#include "requests/search.h"
-#include "requests/status.h"
-#include "requests/utils.h"
-
extern HINSTANCE g_hInstance;
extern std::string g_strUserAgent;
extern DWORD g_mirandaVersion;