diff options
-rw-r--r-- | idlc/source/astinterface.cxx | 7 | ||||
-rw-r--r-- | idlc/source/aststruct.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/idlc/source/astinterface.cxx b/idlc/source/astinterface.cxx index ad52272edf3c..527c01fa0884 100644 --- a/idlc/source/astinterface.cxx +++ b/idlc/source/astinterface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: astinterface.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:07:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:12:07 $ * * 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_idlc.hxx" #ifndef _IDLC_ASTINTERFACE_HXX_ #include <idlc/astinterface.hxx> #endif diff --git a/idlc/source/aststruct.cxx b/idlc/source/aststruct.cxx index 6a0585e08e82..a2b2f3891406 100644 --- a/idlc/source/aststruct.cxx +++ b/idlc/source/aststruct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: aststruct.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:09:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:13:13 $ * * 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_idlc.hxx" #ifndef _IDLC_ASTSTRUCT_HXX_ #include <idlc/aststruct.hxx> #endif |