Make local includes consistent; use double quotes for local includes
except for generated ones where we use angle brackets. Also g/c unused compat.h.
This commit is contained in:
@@ -85,9 +85,9 @@
|
||||
|
||||
#include <pathnames.h>
|
||||
|
||||
#include <missing.h>
|
||||
#include <alloc.h>
|
||||
#include <error.h>
|
||||
#include "alloc.h"
|
||||
#include "error.h"
|
||||
#include "missing.h"
|
||||
|
||||
#ifndef LINE_MAX
|
||||
# define LINE_MAX 2048
|
||||
|
Reference in New Issue
Block a user