Remove superflous includes.
This commit is contained in:
parent
0d267e0b24
commit
6fdbf215d0
2 changed files with 1 additions and 8 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue