From 2f07c46e20fa4bfe19996a94d7a45ef77aecff55 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 4 Nov 2012 22:36:34 -0800 Subject: Include standard headers before conditional ones --- Alc/helpers.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Alc/helpers.c') diff --git a/Alc/helpers.c b/Alc/helpers.c index 963ead67..859e6c3d 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -20,6 +20,12 @@ #include "config.h" +#include +#include +#include +#include +#include + #if defined(HAVE_GUIDDEF_H) || defined(HAVE_INITGUID_H) #define INITGUID #include @@ -41,16 +47,9 @@ DEFINE_GUID(IID_IAudioRenderClient, 0xf294acfc, 0x3146, 0x4483, 0xa7,0xbf, 0xa #ifdef HAVE_MMDEVAPI #include - DEFINE_DEVPROPKEY(DEVPKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80,0x20, 0x67,0xd1,0x46,0xa8,0x50,0xe0, 14); #endif - #endif - -#include -#include -#include -#include #ifdef HAVE_DLFCN_H #include #endif -- cgit v1.2.3