/* lqtext.h Copyright Liam R. E. Quin 1995, 1996 * All Rigts Reserved. * This code is NOT in the public domain. * See the file COPYRIGHT for full details. * * $Id: lqtext.h,v 1.3 1996/05/15 21:51:45 lee Exp $ * */ /* You can use this header file instead of including exactly those header * files that you need. * It makes the source easier to read at the cost of slightly slower * compilation times. */ #include "error.h" #include "globals.h" #ifndef FILE # include /* stderr, also for fileinfo.h */ #endif #include #ifdef HAVE_SYSV_FCNTL_H # include # include #endif #ifdef HAVE_FCNTL_H #include #endif #include #ifdef HAVE_STRING_H # include #else # include #endif #ifdef HAVE_STDLIB_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include "emalloc.h" /* for efree() */ #include "fileinfo.h" /* for wordinfo.h */ #include "wordinfo.h" #include "pblock.h" #include "phrase.h" #include "lqutil.h" #include "liblqtext.h" #include "lqtrace.h"