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:
12
src/sudo.h
12
src/sudo.h
@@ -24,14 +24,14 @@
|
||||
#ifndef _SUDO_SUDO_H
|
||||
#define _SUDO_SUDO_H
|
||||
|
||||
#include <pathnames.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <missing.h>
|
||||
#include <alloc.h>
|
||||
#include <error.h>
|
||||
#include <fileops.h>
|
||||
#include <list.h>
|
||||
#include <pathnames.h>
|
||||
#include "missing.h"
|
||||
#include "alloc.h"
|
||||
#include "error.h"
|
||||
#include "fileops.h"
|
||||
#include "list.h"
|
||||
|
||||
#ifdef __TANDEM
|
||||
# define ROOT_UID 65535
|
||||
|
Reference in New Issue
Block a user