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
|
||||
*/
|
||||
|
||||
#include "prototypes.h"
|
||||
|
||||
#if defined(_EMPTH_LWP)
|
||||
|
||||
#include "lwp.h"
|
||||
#include "lwpint.h"
|
||||
|
||||
#if defined(_EMPTH_LWP)
|
||||
|
||||
/*
|
||||
* Implement machine-dependent functions lwpInitContext(), lwpSave(),
|
||||
* lwpRestore().
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
*/
|
||||
#include "lwp.h"
|
||||
#include "lwpint.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
#if defined(_EMPTH_LWP)
|
||||
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef hpux
|
||||
#include <stdio.h>
|
||||
|
@ -44,7 +45,6 @@
|
|||
|
||||
#include "lwp.h"
|
||||
#include "lwpint.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
#if defined(_EMPTH_LWP)
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "lwp.h"
|
||||
#include "lwpint.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
#if defined(_EMPTH_LWP)
|
||||
|
||||
|
|
|
@ -32,11 +32,11 @@
|
|||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#ifdef BOUNDS_CHECK
|
||||
#include <bounds/fix-args.h>
|
||||
#endif
|
||||
#include "lwp.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
#if defined(_EMPTH_LWP)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue