diff options
| author | Alan Edwardes <[email protected]> | 2013-12-03 10:47:30 +0000 |
|---|---|---|
| committer | Alan Edwardes <[email protected]> | 2013-12-03 10:47:30 +0000 |
| commit | 550992aebacbc7586553c15a3c2120f85a879126 (patch) | |
| tree | c814cf654018acd5d69bb6e4be5dc9900391fd37 /mp/src/vgui2/chromehtml/stdafx.h | |
| parent | VBSP now checks all search paths for an FGD file. (diff) | |
| parent | Make .xcconfigs text files too. (diff) | |
| download | source-sdk-2013-550992aebacbc7586553c15a3c2120f85a879126.tar.xz source-sdk-2013-550992aebacbc7586553c15a3c2120f85a879126.zip | |
Merge remote-tracking branch 'upstream/master' into vbsp-fixes.
Diffstat (limited to 'mp/src/vgui2/chromehtml/stdafx.h')
| -rw-r--r-- | mp/src/vgui2/chromehtml/stdafx.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/mp/src/vgui2/chromehtml/stdafx.h b/mp/src/vgui2/chromehtml/stdafx.h index 9746e141..9f38e71f 100644 --- a/mp/src/vgui2/chromehtml/stdafx.h +++ b/mp/src/vgui2/chromehtml/stdafx.h @@ -1,19 +1,19 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-#ifndef STDAFX_H
-#define STDAFX_H
-
-#include "tier0/platform.h"
-#include "tier0/vprof.h"
-#include "tier1/utlarray.h"
-#include "tier1/utlbuffer.h"
-#include "fileio.h"
-//#include "constants.h"
-#include "steam/steamtypes.h"
-#include "tier0/validator.h"
-#include "tier1/utlmap.h"
-#include "tier1/utlstring.h"
-#include "tier0/tslist.h"
-#include "html/ihtmlchrome.h"
-#include "html/htmlprotobuf.h"
-
-#endif
+//========= Copyright Valve Corporation, All rights reserved. ============// +#ifndef STDAFX_H +#define STDAFX_H + +#include "tier0/platform.h" +#include "tier0/vprof.h" +#include "tier1/utlarray.h" +#include "tier1/utlbuffer.h" +#include "fileio.h" +//#include "constants.h" +#include "steam/steamtypes.h" +#include "tier0/validator.h" +#include "tier1/utlmap.h" +#include "tier1/utlstring.h" +#include "tier0/tslist.h" +#include "html/ihtmlchrome.h" +#include "html/htmlprotobuf.h" + +#endif |