summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/stdafx.h')
-rw-r--r--protocols/Steam/src/stdafx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h
index 0ba41ec036..7dbc349381 100644
--- a/protocols/Steam/src/stdafx.h
+++ b/protocols/Steam/src/stdafx.h
@@ -42,13 +42,14 @@
#include "protobuf-c/steammessages_auth.steamclient.pb-c.h"
#include "protobuf-c/steammessages_chat.steamclient.pb-c.h"
#include "protobuf-c/steammessages_clientserver.pb-c.h"
+#include "protobuf-c/steammessages_clientserver_2.pb-c.h"
+#include "protobuf-c/steammessages_clientserver_appinfo.pb-c.h"
#include "protobuf-c/steammessages_clientserver_login.pb-c.h"
#include "protobuf-c/steammessages_friendmessages.steamclient.pb-c.h"
#include "protobuf-c/steammessages_notifications.steamclient.pb-c.h"
#include "proto.h"
#define MODULE "Steam"
-#define DB_KEY_LASTMSGTS "LastMessageTS"
#define STEAM_API_TIMEOUT 20
#define STEAM_API_IDLEOUT_AWAY 600
@@ -74,11 +75,9 @@ extern HANDLE hExtraXStatus;
#include "steam_proto.h"
#include "steam_utils.h"
-#include "api/app_info.h"
#include "api/avatar.h"
#include "api/captcha.h"
#include "api/friend.h"
-#include "api/history.h"
#include "api/pending.h"
#include "api/search.h"
#include "api/session.h"