Consolidate all the external definitions into a single header.
[fwd] / endpt.c
diff --git a/endpt.c b/endpt.c
index 9401aa4..2e51e54 100644 (file)
--- a/endpt.c
+++ b/endpt.c
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Header files ------------------------------------------------------*/
-
-#include "config.h"
-
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#include <sys/types.h>
-#include <unistd.h>
-#include <fcntl.h>
-
-#include <mLib/alloc.h>
-
-#include "chan.h"
-#include "endpt.h"
+#include "fw.h"
 
 /*----- Data structures ---------------------------------------------------*/