Replaced ISteamRemoteStorage include with a typedef for the type required, to avoid pulling in mostly-outdated Steamworks headers (r=psychonic).

This commit is contained in:
Asher Baker 2013-03-01 16:12:08 +00:00
parent 0065875ade
commit 612a6b2ab0

View File

@ -23,7 +23,6 @@
#include "bitvec.h"
#include "engine/iserverplugin.h"
#include "tier1/bitbuf.h"
#include "steam/isteamremotestorage.h"
#include "iclient.h"
//-----------------------------------------------------------------------------
@ -74,6 +73,8 @@ namespace google
typedef struct player_info_s player_info_t;
typedef uint64 PublishedFileId_t;
//-----------------------------------------------------------------------------
// defines
//-----------------------------------------------------------------------------