summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rsc/source/tools/rscchar.cxx7
-rw-r--r--rsc/source/tools/rscdef.cxx7
-rw-r--r--rsc/source/tools/rschash.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx
index 8b4b1b219255..8d3f98752299 100644
--- a/rsc/source/tools/rscchar.cxx
+++ b/rsc/source/tools/rscchar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscchar.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:01:04 $
+ * last change: $Author: obo $ $Date: 2006-09-17 16:03:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_rsc.hxx"
/****************** I N C L U D E S **************************************/
#include <stdio.h>
#include <string.h>
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index b92aa9d13d72..d45f0741f34b 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscdef.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:01:25 $
+ * last change: $Author: obo $ $Date: 2006-09-17 16:03:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_rsc.hxx"
/****************** I N C L U D E S **************************************/
// Programmuebergreifende Includes.
diff --git a/rsc/source/tools/rschash.cxx b/rsc/source/tools/rschash.cxx
index cdb467697dff..ab4b1701de46 100644
--- a/rsc/source/tools/rschash.cxx
+++ b/rsc/source/tools/rschash.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rschash.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:01:43 $
+ * last change: $Author: obo $ $Date: 2006-09-17 16:04:07 $
*
* 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_rsc.hxx"
+
#ifndef _RSCHASH_HXX
#include <rschash.hxx>
#endif