Clean up includes.

This commit is contained in:
Markus Armbruster 2005-12-05 22:31:45 +00:00
parent 5a248c0d4e
commit 80a72d1906
5 changed files with 5 additions and 9 deletions

View file

@ -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().

View file

@ -22,7 +22,6 @@
*/
#include "lwp.h"
#include "lwpint.h"
#include "prototypes.h"
#if defined(_EMPTH_LWP)

View file

@ -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)

View file

@ -25,7 +25,6 @@
#include "lwp.h"
#include "lwpint.h"
#include "prototypes.h"
#if defined(_EMPTH_LWP)

View file

@ -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)