more stdafx -> global

This commit is contained in:
Glenn Maynard
2003-02-16 04:02:21 +00:00
parent 42cfd6f98c
commit 6cabe523a6
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../../stdafx.h"
#include "../../global.h"
#include "DSoundHelpers.h"
#include "../../RageUtil.h"
#include "../../RageLog.h"
@@ -3,7 +3,7 @@
* Each sound gets its own stream, which allows for very little startup
* latency for each sound and lower CPU usage. */
#include "stdafx.h"
#include "global.h"
#include "RageSoundDriver_DSound.h"
#include "DSoundHelpers.h"
@@ -1,4 +1,4 @@
#include "stdafx.h"
#include "global.h"
#include "RageSoundDriver_DSound_Software.h"
#include "DSoundHelpers.h"
@@ -1,4 +1,4 @@
#include "stdafx.h"
#include "global.h"
#include "RageSoundDriver_WaveOut.h"
#pragma comment(lib, "winmm.lib")