diff options
Diffstat (limited to 'autodoc/source/parser/tokens/tkp.cxx')
-rw-r--r-- | autodoc/source/parser/tokens/tkp.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/autodoc/source/parser/tokens/tkp.cxx b/autodoc/source/parser/tokens/tkp.cxx index 978a6339a2b6..cbedaeb7a7aa 100644 --- a/autodoc/source/parser/tokens/tkp.cxx +++ b/autodoc/source/parser/tokens/tkp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tkp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:06:31 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:17:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_autodoc.hxx" - #include <precomp.h> #include <tokens/tkp.hxx> |