"" to <> for system headers

This commit is contained in:
Bill Currie 2002-01-30 08:34:44 +00:00
parent c76f7d88ce
commit ee3f51f13b
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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"