From e4930bd96d3f5d8947f4ffd012cdf5a8131b686d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 Apr 2006 21:45:13 +0000 Subject: Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead svn-id: r21605 --- sound/softsynth/fluidsynth.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sound/softsynth/fluidsynth.cpp') diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp index 316451841c..53cf2ed527 100644 --- a/sound/softsynth/fluidsynth.cpp +++ b/sound/softsynth/fluidsynth.cpp @@ -19,9 +19,8 @@ * $Id$ */ -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif +#include "common/stdafx.h" +#include "common/scummsys.h" #ifdef USE_FLUIDSYNTH -- cgit v1.2.3