summaryrefslogtreecommitdiff
path: root/contrib/global/lib/global.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit76b5366091f76c9bc73570149ef5055648fc2c39 (patch)
tree590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/global/lib/global.h
parent4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff)
Diffstat (limited to 'contrib/global/lib/global.h')
-rw-r--r--contrib/global/lib/global.h27
1 files changed, 12 insertions, 15 deletions
diff --git a/contrib/global/lib/global.h b/contrib/global/lib/global.h
index 5ab2ca563dc43..7fbc2b8ef230d 100644
--- a/contrib/global/lib/global.h
+++ b/contrib/global/lib/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved.
+ * Copyright (c) 1996, 1997 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,30 +28,27 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * global.h 2-May-98
+ * global.h 16-Oct-97
*
*/
#ifndef _GLOBAL_H_
#define _GLOBAL_H_
-#include "conf.h"
-#include "dbop.h"
-#include "defined.h"
-#include "die.h"
-#include "find.h"
-#include "getdbpath.h"
#include "gparam.h"
-#include "gtagsop.h"
-#include "locatestring.h"
+#include "dbname.h"
#include "makepath.h"
+#include "dbio.h"
+#include "locatestring.h"
#include "mgets.h"
-#include "pathop.h"
-#include "strbuf.h"
-#include "strmake.h"
+#include "die.h"
+#include "find.h"
+#include "getdbpath.h"
+#include "strop.h"
+#include "gtagsopen.h"
+#include "lookup.h"
#include "tab.h"
+#include "tag.h"
#include "test.h"
-#include "token.h"
-#include "usable.h"
#endif /* ! _GLOBAL_H_ */