From f4e7dfb4551ac91da93165d001c8de5a3e093d33 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 13:11:43 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.10.112); FILE MERGED 2007/06/04 13:22:14
vg 1.10.112.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
basic/source/app/app.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'basic/source')
diff --git a/basic/source/app/app.hxx b/basic/source/app/app.hxx
index d6b3280910c4..c49554010034 100644
--- a/basic/source/app/app.hxx
+++ b/basic/source/app/app.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 17:33:05 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:11:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@
#endif
class BasicFrame;
-#include "mybasic.hxx"
+#include
class EditList;
class AppWin;
--
cgit