mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 08:51:59 +00:00
"" to <> for system headers
This commit is contained in:
parent
c76f7d88ce
commit
ee3f51f13b
2 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ static const char rcsid[] =
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
# include "string.h"
|
||||
# include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include "strings.h"
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "QF/progs.h"
|
||||
|
|
|
@ -32,10 +32,10 @@ static const char rcsid[] =
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
# include "string.h"
|
||||
# include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include "strings.h"
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "QF/progs.h"
|
||||
|
|
Loading…
Reference in a new issue