mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
CodingStyle.
This commit is contained in:
parent
9099a7175e
commit
57b02fad06
1 changed files with 8 additions and 9 deletions
|
@ -29,7 +29,6 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
@ -46,6 +45,7 @@
|
|||
#ifdef HAVE_WINSOCK_H
|
||||
# include <winsock.h>
|
||||
#endif
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "bothdefs.h"
|
||||
|
@ -95,7 +95,6 @@
|
|||
# define model_t sunmodel_t
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __sun
|
||||
# undef model_t
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue