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:
Akim Demaille
2020-05-31 09:24:05 +02:00
parent 742910838e
commit 03a6b439f6
7 changed files with 55 additions and 32 deletions

View File

@@ -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);