mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
style: fix includes
* src/fixits.c: Follow our usual pattern. * src/scan-code.l, src/scan-gram.l, src/scan-skel.l: Prefer "" to include src/ headers. * README-hacking.md: Document the pattern.
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#ifndef PRINT_XML_H_
|
||||
# define PRINT_XML_H_
|
||||
|
||||
# include <config.h>
|
||||
|
||||
# include <stdio.h>
|
||||
|
||||
void xml_indent (FILE *out, int level);
|
||||
|
||||
Reference in New Issue
Block a user