Skip to content

Commit a11ddbe

Browse files
committed
engine: Reorder headers in audio_pch to group related
1 parent b75ae12 commit a11ddbe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

engine/audio/audio_pch.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// $NoKeywords: $
88
//===========================================================================//
99

10-
#include "platform.h"
10+
#include "tier0/platform.h"
1111

1212
#if defined( WIN32 )
1313
#include "winlite.h"
@@ -17,11 +17,11 @@
1717

1818
#include "tier0/basetypes.h"
1919
#include "tier0/commonmacros.h"
20-
#include "mathlib/mathlib.h"
2120
#include "tier0/dbg.h"
2221
#include "tier0/vprof.h"
2322
#include "tier0/icommandline.h"
2423
#include "tier1/strtools.h"
24+
#include "mathlib/mathlib.h"
2525

2626
#include "tier2/riff.h"
2727
#include "sound.h"
@@ -44,7 +44,6 @@
4444
#include "snd_dev_direct.h"
4545
#include "snd_dev_xaudio.h"
4646
#include "snd_sfx.h"
47-
#include "snd_audio_source.h"
4847
#include "snd_wave_source.h"
4948
#include "snd_wave_temp.h"
5049
#include "snd_wave_data.h"

0 commit comments

Comments
 (0)