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:
Todd C. Miller
2010-09-07 16:45:19 -04:00
parent 8ec596c7d9
commit 10c3bb62c4
47 changed files with 83 additions and 402 deletions

View File

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