]> git.saurik.com Git - bison.git/blobdiff - lib/quotearg.c
* lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
[bison.git] / lib / quotearg.c
index 58df4e2e903042e6469eb010a667a82f84502339..a32bf533120b6c72545290fe085f843932c5118f 100644 (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>