diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/inc/salgdi.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/win/inc/salgdi.h b/vcl/win/inc/salgdi.h index c80089f405d5..66ad435b26fa 100644 --- a/vcl/win/inc/salgdi.h +++ b/vcl/win/inc/salgdi.h @@ -4,9 +4,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: rt $ $Date: 2007-04-04 08:08:06 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:53:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,19 +37,19 @@ #define _SV_SALGDI_H #ifndef _SV_SV_H -#include <sv.h> +#include <vcl/sv.h> #endif #ifndef _SV_SALLAYOUT_HXX -#include <sallayout.hxx> +#include <vcl/sallayout.hxx> #endif #ifndef _SV_SALGDI_HXX -#include <salgdi.hxx> +#include <vcl/salgdi.hxx> #endif #ifndef _SV_OUTFONT_HXX -#include <outfont.hxx> +#include <vcl/outfont.hxx> #endif #ifndef _SV_IMPFONT_HXX -#include <impfont.hxx> +#include <vcl/impfont.hxx> #endif #include "boost/scoped_ptr.hpp" |