From 0e917365cd69a7c8e1ba1b9761ac911f26b936da Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 19:53:27 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.25.76); FILE MERGED 2007/06/04 13:30:01
vg 1.25.76.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
vcl/win/inc/salgdi.h | 14 +++++++-------
1 file 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
+#include
#endif
#ifndef _SV_SALLAYOUT_HXX
-#include
+#include
#endif
#ifndef _SV_SALGDI_HXX
-#include
+#include
#endif
#ifndef _SV_OUTFONT_HXX
-#include
+#include
#endif
#ifndef _SV_IMPFONT_HXX
-#include
+#include
#endif
#include "boost/scoped_ptr.hpp"
--
cgit