diff options
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/sound.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vcl/source/app/sound.cxx b/vcl/source/app/sound.cxx index c85d18e0d345..7eddcc803350 100644 --- a/vcl/source/app/sound.cxx +++ b/vcl/source/app/sound.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sound.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:49:10 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:02:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,31 +49,31 @@ #include <svsys.h> #endif #ifndef _SV_SALSOUND_HXX -#include <salsound.hxx> +#include <vcl/salsound.hxx> #endif #ifndef _SV_SALFRAME_HXX -#include <salframe.hxx> +#include <vcl/salframe.hxx> #endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> #endif #ifndef _SV_SVDATA_HXX -#include <svdata.hxx> +#include <vcl/svdata.hxx> #endif #ifndef _SV_WINDOW_HXX -#include <window.hxx> +#include <vcl/window.hxx> #endif #ifndef _SV_SALSOUND_HXX -#include <salsound.hxx> +#include <vcl/salsound.hxx> #endif #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_SOUND_HXX -#include <sound.hxx> +#include <vcl/sound.hxx> #endif #ifndef _SV_SALINST_HXX -#include <salinst.hxx> +#include <vcl/salinst.hxx> #endif |