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:
@@ -45,7 +45,7 @@
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
#include <missing.h>
|
||||
#include "missing.h"
|
||||
|
||||
#ifndef LINE_MAX
|
||||
# define LINE_MAX 2048
|
||||
|
@@ -29,7 +29,7 @@
|
||||
#include <limits.h>
|
||||
#include <pwd.h>
|
||||
|
||||
#include <sudo_plugin.h>
|
||||
#include "sudo_plugin.h"
|
||||
|
||||
/*
|
||||
* Simple driver to test sudoer group plugins.
|
||||
|
@@ -48,8 +48,8 @@
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
|
||||
#include <sudo_plugin.h>
|
||||
#include <missing.h>
|
||||
#include "sudo_plugin.h"
|
||||
#include "missing.h"
|
||||
|
||||
/*
|
||||
* Sample sudoers group plugin that uses an extra group file with the
|
||||
|
Reference in New Issue
Block a user