* lib/quotearg.c: Use #include "..."' instead of #include <...>'

for non system headers.
This commit is contained in:
Akim Demaille
2002-01-03 09:27:34 +00:00
parent 32e175835b
commit 1daed0de8a
4 changed files with 43 additions and 5 deletions

View File

@@ -25,8 +25,8 @@
# include <stddef.h> /* For the definition of size_t on windows w/MSVC. */
#endif
#include <sys/types.h>
#include <quotearg.h>
#include <xalloc.h>
#include "quotearg.h"
#include "xalloc.h"
#include <ctype.h>