changeset 3244:5a129aed765a

Use "", not <> to include non-system header files.
author Jim Meyering <jim@meyering.net>
date Sat, 12 May 2001 15:40:47 +0000
parents 025019cda2d6
children 0042efec5c38
files lib/addext.c lib/backupfile.c lib/rename.c
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib/addext.c
+++ b/lib/addext.c
@@ -47,8 +47,8 @@
 # include <unistd.h>
 #endif
 
-#include <backupfile.h>
-#include <dirname.h>
+#include "backupfile.h"
+#include "dirname.h"
 
 /* Append to FILENAME the extension EXT, unless the result would be too long,
    in which case just append the character E.  */
--- a/lib/backupfile.c
+++ b/lib/backupfile.c
@@ -107,9 +107,9 @@
 # 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. */
--- a/lib/rename.c
+++ b/lib/rename.c
@@ -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"