summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-05-09 13:44:16 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-05-09 13:44:16 -0600
commit668fba107aafd605732e688b0d23adbcf606312e (patch)
treedf36554567198f6819af540be67b5ad777f1877c
parent68642aaa64a80f1caa78be5224574af007e91f93 (diff)
downloadsudo-668fba107aafd605732e688b0d23adbcf606312e.tar.gz
parse.h is already included by sudoers.h.
-rw-r--r--plugins/sudoers/file.c1
-rw-r--r--plugins/sudoers/sudoers.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/sudoers/file.c b/plugins/sudoers/file.c
index b274c2831..bea2702f5 100644
--- a/plugins/sudoers/file.c
+++ b/plugins/sudoers/file.c
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include "sudoers.h"
-#include "parse.h"
#include "sudo_lbuf.h"
#include <gram.h>
diff --git a/plugins/sudoers/sudoers.c b/plugins/sudoers/sudoers.c
index 9f11b3146..f650ea762 100644
--- a/plugins/sudoers/sudoers.c
+++ b/plugins/sudoers/sudoers.c
@@ -62,7 +62,6 @@
#endif
#include "sudoers.h"
-#include "parse.h"
#include "check.h"
#include "auth/sudo_auth.h"
#include "sudo_iolog.h"