diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
commit | 3ba3e2cc4b63fa16707f51e735e751e62dd9526e (patch) | |
tree | 2d073c94248fff7dcaa8a3b1356933e1dcd784db /contrib/global/lib/global.h | |
parent | 0823b5bf088ea8520ea23a0c424e4ecab62491d5 (diff) |
Notes
Diffstat (limited to 'contrib/global/lib/global.h')
-rw-r--r-- | contrib/global/lib/global.h | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/contrib/global/lib/global.h b/contrib/global/lib/global.h index 7fbc2b8ef230..5ab2ca563dc4 100644 --- a/contrib/global/lib/global.h +++ b/contrib/global/lib/global.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,27 +28,30 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * global.h 16-Oct-97 + * global.h 2-May-98 * */ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ -#include "gparam.h" -#include "dbname.h" -#include "makepath.h" -#include "dbio.h" -#include "locatestring.h" -#include "mgets.h" +#include "conf.h" +#include "dbop.h" +#include "defined.h" #include "die.h" #include "find.h" #include "getdbpath.h" -#include "strop.h" -#include "gtagsopen.h" -#include "lookup.h" +#include "gparam.h" +#include "gtagsop.h" +#include "locatestring.h" +#include "makepath.h" +#include "mgets.h" +#include "pathop.h" +#include "strbuf.h" +#include "strmake.h" #include "tab.h" -#include "tag.h" #include "test.h" +#include "token.h" +#include "usable.h" #endif /* ! _GLOBAL_H_ */ |