Remove superflous includes.

This commit is contained in:
Markus Armbruster 2005-12-28 21:26:30 +00:00
parent 0d267e0b24
commit 6fdbf215d0
2 changed files with 1 additions and 8 deletions

View file

@ -33,10 +33,6 @@
#ifndef _GEN_H_
#define _GEN_H_
#include <sys/types.h>
#if !defined(_WIN32)
#include <netinet/in.h> /* struct in_addr */
#endif
#include <stdlib.h> /* atoi etc. */
#include "misc.h" /* s_char etc */
#include "xy.h" /* struct range */