From 129cf8d99229a267c0d274e7cf3d7e10fc8701df Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 10 Aug 2010 16:36:54 -0400 Subject: [PATCH] sudoers.h includes sudo_plugin.h for us --- plugins/sudoers/sudoers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sudoers/sudoers.c b/plugins/sudoers/sudoers.c index eed912596..e3c7f1092 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -93,7 +93,6 @@ #include #include -#include "sudo_plugin.h" #include "sudoers.h" #include "lbuf.h" #include "interfaces.h"