Use "", not <> to include non-system header files.
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:40:47 +0000 (15:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:40:47 +0000 (15:40 +0000)
lib/addext.c
lib/backupfile.c
lib/rename.c

index 65db258f6823421548f45932588392330f0154ec..edd56c3dd96cd6ea94ab3a1cbe9f246ba96dae51 100644 (file)
@@ -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.  */
index 0339caee24fae603c1e4a9eb8b09bea236efb70f..fa5ece1992eea603551aa2dfb38153c69fc33f03 100644 (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. */
index 57676c96403842aadb3c78f7beb94b463908832c..13b86d043154f6a260f94d2df9e6c359b8fd936a 100644 (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"