From f75d983ff3d35dfa97cc8ab7ab9b718f15be1bbd Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 13:21:59 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.33.66); FILE MERGED 2007/06/04 13:22:16
vg 1.33.66.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
basic/source/inc/runtime.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'basic')
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index c021b52f8fee..882cb3894b5d 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: runtime.hxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: vg $ $Date: 2006-11-02 16:32:35 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:21:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#define _SBRUNTIME_HXX
#ifndef _SBX_HXX
-#include "sbx.hxx"
+#include
#endif
#include "sb.hxx"
--
cgit