1*724893d4SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*724893d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*724893d4SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*724893d4SAndrew Rist * distributed with this work for additional information 6*724893d4SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*724893d4SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*724893d4SAndrew Rist * "License"); you may not use this file except in compliance 9*724893d4SAndrew Rist * with the License. You may obtain a copy of the License at 10*724893d4SAndrew Rist * 11*724893d4SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*724893d4SAndrew Rist * 13*724893d4SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*724893d4SAndrew Rist * software distributed under the License is distributed on an 15*724893d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*724893d4SAndrew Rist * KIND, either express or implied. See the License for the 17*724893d4SAndrew Rist * specific language governing permissions and limitations 18*724893d4SAndrew Rist * under the License. 19*724893d4SAndrew Rist * 20*724893d4SAndrew Rist *************************************************************/ 21*724893d4SAndrew Rist 22*724893d4SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // MARKER(update_precomp.py): autogen include statement, do not remove 25cdf0e10cSrcweir #include "precompiled_idl.hxx" 26cdf0e10cSrcweir #include <memory.h> 27cdf0e10cSrcweir #include <stdlib.h> 28cdf0e10cSrcweir #include <stdio.h> 29cdf0e10cSrcweir #include <ctype.h> 30cdf0e10cSrcweir #include <limits.h> 31cdf0e10cSrcweir 32cdf0e10cSrcweir #include <tlbigint.hxx> 33cdf0e10cSrcweir #include <tlfsys.hxx> 34cdf0e10cSrcweir #include <char.hxx> 35cdf0e10cSrcweir #include <command.hxx> 36cdf0e10cSrcweir #include <hash.hxx> 37cdf0e10cSrcweir #include <lex.hxx> 38cdf0e10cSrcweir #include <attrib.hxx> 39cdf0e10cSrcweir #include <globals.hxx> 40cdf0e10cSrcweir #include <bastype.hxx> 41cdf0e10cSrcweir #include <object.hxx> 42cdf0e10cSrcweir #include <slot.hxx> 43cdf0e10cSrcweir #include <module.hxx> 44cdf0e10cSrcweir #include <database.hxx> 45cdf0e10cSrcweir 46