1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

Use "", not <> to include non-system header files.

This commit is contained in:
Jim Meyering
2001-05-12 15:41:11 +00:00
parent 3c9e00c4fd
commit 1450c855b6
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -107,9 +107,9 @@ char *malloc ();
# define REAL_DIR_ENTRY(dp) 1
#endif
#include <argmatch.h>
#include <backupfile.h>
#include <dirname.h>
#include "argmatch.h"
#include "backupfile.h"
#include "dirname.h"
/* The extension added to file names to produce a simple (as opposed
to numbered) backup file name. */
+2 -2
View File
@@ -30,8 +30,8 @@
# include <strings.h>
#endif
#include <dirname.h>
#include <xalloc.h>
#include "dirname.h"
#include "xalloc.h"
#ifndef HAVE_DECL_FREE
"this configure-time declaration test was not run"