diff options
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/server/cmdbasestream.cxx | 7 | ||||
-rw-r--r-- | automation/source/server/prof_usl.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/automation/source/server/cmdbasestream.cxx b/automation/source/server/cmdbasestream.cxx index 6122e76afe88..ec3243d18ebd 100644 --- a/automation/source/server/cmdbasestream.cxx +++ b/automation/source/server/cmdbasestream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cmdbasestream.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:22:20 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:34:54 $ * * 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_automation.hxx" + /************************************************************************* * * ATTENTION diff --git a/automation/source/server/prof_usl.cxx b/automation/source/server/prof_usl.cxx index 084a82f78c67..bcc09266b35d 100644 --- a/automation/source/server/prof_usl.cxx +++ b/automation/source/server/prof_usl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prof_usl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:23:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:35:33 $ * * 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_automation.hxx" + #include <procfs.h> #include <tools/stream.hxx> |