]> granicus.if.org Git - sudo/commitdiff
Make local includes consistent; use double quotes for local includes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Sep 2010 22:28:22 +0000 (18:28 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Sep 2010 22:28:22 +0000 (18:28 -0400)
except for generated ones where we use angle brackets.

plugins/sudoers/sudoers.h

index 0bf5176ef8a804c65b73bcb11594c21ef5f9eaf8..0be45381736378b4e8a2336c3097692e2d98c942 100644 (file)
 #ifndef _SUDO_SUDOERS_H
 #define _SUDO_SUDOERS_H
 
-#include <pathnames.h>
 #include <limits.h>
-#include <missing.h>
-#include <error.h>
-#include <alloc.h>
-#include <list.h>
-#include <fileops.h>
+
+#include <pathnames.h>
+#include "missing.h"
+#include "error.h"
+#include "alloc.h"
+#include "list.h"
+#include "fileops.h"
 #include "defaults.h"
 #include "logging.h"
 #include "sudo_nss.h"