Clean up includes.
This commit is contained in:
parent
5a248c0d4e
commit
80a72d1906
5 changed files with 5 additions and 9 deletions
|
@ -32,13 +32,11 @@
|
||||||
* Steve McClure, 1994-2000
|
* Steve McClure, 1994-2000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "prototypes.h"
|
|
||||||
|
|
||||||
#if defined(_EMPTH_LWP)
|
|
||||||
|
|
||||||
#include "lwp.h"
|
#include "lwp.h"
|
||||||
#include "lwpint.h"
|
#include "lwpint.h"
|
||||||
|
|
||||||
|
#if defined(_EMPTH_LWP)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Implement machine-dependent functions lwpInitContext(), lwpSave(),
|
* Implement machine-dependent functions lwpInitContext(), lwpSave(),
|
||||||
* lwpRestore().
|
* lwpRestore().
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
*/
|
*/
|
||||||
#include "lwp.h"
|
#include "lwp.h"
|
||||||
#include "lwpint.h"
|
#include "lwpint.h"
|
||||||
#include "prototypes.h"
|
|
||||||
|
|
||||||
#if defined(_EMPTH_LWP)
|
#if defined(_EMPTH_LWP)
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,8 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <sys/time.h>
|
#include <time.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef hpux
|
#ifdef hpux
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -44,7 +45,6 @@
|
||||||
|
|
||||||
#include "lwp.h"
|
#include "lwp.h"
|
||||||
#include "lwpint.h"
|
#include "lwpint.h"
|
||||||
#include "prototypes.h"
|
|
||||||
|
|
||||||
#if defined(_EMPTH_LWP)
|
#if defined(_EMPTH_LWP)
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
#include "lwp.h"
|
#include "lwp.h"
|
||||||
#include "lwpint.h"
|
#include "lwpint.h"
|
||||||
#include "prototypes.h"
|
|
||||||
|
|
||||||
#if defined(_EMPTH_LWP)
|
#if defined(_EMPTH_LWP)
|
||||||
|
|
||||||
|
|
|
@ -32,11 +32,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stdio.h>
|
||||||
#ifdef BOUNDS_CHECK
|
#ifdef BOUNDS_CHECK
|
||||||
#include <bounds/fix-args.h>
|
#include <bounds/fix-args.h>
|
||||||
#endif
|
#endif
|
||||||
#include "lwp.h"
|
#include "lwp.h"
|
||||||
#include "prototypes.h"
|
|
||||||
|
|
||||||
#if defined(_EMPTH_LWP)
|
#if defined(_EMPTH_LWP)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue