]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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

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.  */