From fed5678a4cd50f006b09eae23d6c26ef983682a6 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Wed, 20 Apr 2005 15:19:09 +0000 Subject: [PATCH] Fix build error svn path=/branches/xmlbuildsystem/; revision=14714 --- reactos/drivers/dd/sound/dsp.c | 2 +- reactos/drivers/dd/sound/mixer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/dd/sound/dsp.c b/reactos/drivers/dd/sound/dsp.c index fd36af3b434..bae086c91ff 100644 --- a/reactos/drivers/dd/sound/dsp.c +++ b/reactos/drivers/dd/sound/dsp.c @@ -11,8 +11,8 @@ * Minor build fix */ -#include "dsp.h" #include "sb16.h" +#include "dsp.h" /************************************ * unsigned char read_dsp(void) diff --git a/reactos/drivers/dd/sound/mixer.c b/reactos/drivers/dd/sound/mixer.c index 6aa9ab24db2..4b678e93013 100644 --- a/reactos/drivers/dd/sound/mixer.c +++ b/reactos/drivers/dd/sound/mixer.c @@ -11,8 +11,8 @@ * Minor build fixes */ -#include "dsp.h" #include "sb16.h" +#include "dsp.h" #include "mixer.h" unsigned char read_mixer(unsigned short base,unsigned char reg)