From: Jim Meyering Date: Sat, 12 May 2001 15:40:47 +0000 (+0000) Subject: Use "", not <> to include non-system header files. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ce07b03b34361c3e8ce68867af8bd224e72f07;p=pspp Use "", not <> to include non-system header files. --- diff --git a/lib/addext.c b/lib/addext.c index 65db258f68..edd56c3dd9 100644 --- a/lib/addext.c +++ b/lib/addext.c @@ -47,8 +47,8 @@ # include #endif -#include -#include +#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. */ diff --git a/lib/backupfile.c b/lib/backupfile.c index 0339caee24..fa5ece1992 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -107,9 +107,9 @@ char *malloc (); # define REAL_DIR_ENTRY(dp) 1 #endif -#include -#include -#include +#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. */ diff --git a/lib/rename.c b/lib/rename.c index 57676c9640..13b86d0431 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -30,8 +30,8 @@ # include #endif -#include -#include +#include "dirname.h" +#include "xalloc.h" #ifndef HAVE_DECL_FREE "this configure-time declaration test was not run"