Indented with src/scripts/indent-emp.

This commit is contained in:
Markus Armbruster 2003-09-02 20:48:48 +00:00
parent 5f263a7753
commit 9b7adfbecc
437 changed files with 52211 additions and 51052 deletions

View file

@ -35,11 +35,11 @@
#define _GEN_H_
#include <sys/types.h>
#if !defined(_WIN32)
#include <netinet/in.h> /* struct in_addr */
#include <netinet/in.h> /* struct in_addr */
#endif
#include <stdlib.h> /* atoi etc. */
#include "misc.h" /* s_char etc */
#include "xy.h" /* struct range */
#include "prototypes.h" /* must come at end, after defines and typedefs */
#include <stdlib.h> /* atoi etc. */
#include "misc.h" /* s_char etc */
#include "xy.h" /* struct range */
#include "prototypes.h" /* must come at end, after defines and typedefs */
#endif /* _GEN_H_ */