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 */

View file

@ -37,11 +37,8 @@
#include <config.h>
#include "misc.h"
#include "com.h"
#include "nat.h"
#include "file.h"
#include "commands.h"
#include "prototypes.h"
struct cmndstr player_coms[] = {
/* command form cost addr permit */