We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75ae12 commit a11ddbeCopy full SHA for a11ddbe
1 file changed
engine/audio/audio_pch.h
@@ -7,7 +7,7 @@
7
// $NoKeywords: $
8
//===========================================================================//
9
10
-#include "platform.h"
+#include "tier0/platform.h"
11
12
#if defined( WIN32 )
13
#include "winlite.h"
@@ -17,11 +17,11 @@
17
18
#include "tier0/basetypes.h"
19
#include "tier0/commonmacros.h"
20
-#include "mathlib/mathlib.h"
21
#include "tier0/dbg.h"
22
#include "tier0/vprof.h"
23
#include "tier0/icommandline.h"
24
#include "tier1/strtools.h"
+#include "mathlib/mathlib.h"
25
26
#include "tier2/riff.h"
27
#include "sound.h"
@@ -44,7 +44,6 @@
44
#include "snd_dev_direct.h"
45
#include "snd_dev_xaudio.h"
46
#include "snd_sfx.h"
47
-#include "snd_audio_source.h"
48
#include "snd_wave_source.h"
49
#include "snd_wave_temp.h"
50
#include "snd_wave_data.h"
0 commit comments