summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/regexp/regexp.cxx7
-rw-r--r--ucb/source/sorter/sortmain.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/ucb/source/regexp/regexp.cxx b/ucb/source/regexp/regexp.cxx
index 6a39c55ec1a0..9baee48d0803 100644
--- a/ucb/source/regexp/regexp.cxx
+++ b/ucb/source/regexp/regexp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: regexp.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:17:57 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:44:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
#ifndef _UCB_REGEXP_HXX_
#include <regexp.hxx>
#endif
diff --git a/ucb/source/sorter/sortmain.cxx b/ucb/source/sorter/sortmain.cxx
index a897ba37f750..3465e10b9573 100644
--- a/ucb/source/sorter/sortmain.cxx
+++ b/ucb/source/sorter/sortmain.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sortmain.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:18:20 $
+ * last change: $Author: obo $ $Date: 2006-09-17 13:45:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
#ifndef _SORTDYNRES_HXX
#include <sortdynres.hxx>
#endif