diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index d0dcd4787c40..6a01d1417c7c 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salgdi3.cxx,v $ * - * $Revision: 1.89 $ + * $Revision: 1.90 $ * - * last change: $Author: rt $ $Date: 2007-04-04 08:08:21 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:57:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ #endif #ifndef _SV_SVAPP_HXX -#include <svapp.hxx> +#include <vcl/svapp.hxx> #endif #ifndef _SV_WINCOMP_HXX #include <wincomp.hxx> @@ -73,13 +73,13 @@ #include <salgdi.h> #endif #ifndef _SV_OUTFONT_HXX -#include <outfont.hxx> +#include <vcl/outfont.hxx> #endif #ifndef _SV_FONT_HXX -#include <font.hxx> +#include <vcl/font.hxx> #endif #ifndef _SV_SALLAYOUT_HXX -#include <sallayout.hxx> +#include <vcl/sallayout.hxx> #endif #ifndef _TL_POLY_HXX |