diff options
Diffstat (limited to 'autodoc/source/ary_i/kernel')
-rw-r--r-- | autodoc/source/ary_i/kernel/ci_atag2.cxx | 7 | ||||
-rw-r--r-- | autodoc/source/ary_i/kernel/d_token.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/autodoc/source/ary_i/kernel/ci_atag2.cxx b/autodoc/source/ary_i/kernel/ci_atag2.cxx index a1ab67648fa0..69eb3987e0df 100644 --- a/autodoc/source/ary_i/kernel/ci_atag2.cxx +++ b/autodoc/source/ary_i/kernel/ci_atag2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ci_atag2.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:22:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:38:25 $ * * 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_autodoc.hxx" + #include <precomp.h> #include <ary_i/ci_atag2.hxx> diff --git a/autodoc/source/ary_i/kernel/d_token.cxx b/autodoc/source/ary_i/kernel/d_token.cxx index 70cdd5f2e258..a40136e92d87 100644 --- a/autodoc/source/ary_i/kernel/d_token.cxx +++ b/autodoc/source/ary_i/kernel/d_token.cxx @@ -4,9 +4,9 @@ * * $RCSfile: d_token.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-15 11:11:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:39:08 $ * * 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_autodoc.hxx" + #include <precomp.h> #include <ary_i/d_token.hxx> |