CodingStyle.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-04 20:43:36 +00:00
parent 9099a7175e
commit 57b02fad06

View file

@ -29,23 +29,23 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H
#include <string.h> # include <string.h>
#endif #endif
#ifdef HAVE_STRINGS_H #ifdef HAVE_STRINGS_H
#include <strings.h> # include <strings.h>
#endif #endif
#include <ctype.h> #include <ctype.h>
#ifdef HAVE_NETINET_IN_H #ifdef HAVE_NETINET_IN_H
#include <netinet/in.h> # include <netinet/in.h>
#endif #endif
#ifdef HAVE_WINSOCK_H #ifdef HAVE_WINSOCK_H
#include <winsock.h> # include <winsock.h>
#endif #endif
#include <setjmp.h> #include <setjmp.h>
#include "bothdefs.h" #include "bothdefs.h"
@ -67,7 +67,7 @@
#include "draw.h" #include "draw.h"
#include "host.h" #include "host.h"
#ifdef _WIN32 #ifdef _WIN32
#include "in_win.h" # include "in_win.h"
#endif #endif
#include "input.h" #include "input.h"
#include "keys.h" #include "keys.h"
@ -92,12 +92,11 @@
#ifdef __sun #ifdef __sun
/* Sun's model_t in sys/model.h conflicts w/ Quake's model_t */ /* Sun's model_t in sys/model.h conflicts w/ Quake's model_t */
#define model_t sunmodel_t # define model_t sunmodel_t
#endif #endif
#ifdef __sun #ifdef __sun
#undef model_t # undef model_t
#endif #endif
void CL_RemoveQFInfoKeys (); void CL_RemoveQFInfoKeys ();