From: Todd C. Miller Date: Sat, 5 Jun 2010 17:53:50 +0000 (-0400) Subject: Include sudo_usage.h after sudo.h now that it has function prototypes X-Git-Tag: SUDO_1_7_3~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=168b34582625db74713170c2ba1218297695da42;p=sudo Include sudo_usage.h after sudo.h now that it has function prototypes to guarantee that __P is defined. --HG-- branch : 1.7 --- diff --git a/parse_args.c b/parse_args.c index 8c51c5ea1..8815b9750 100644 --- a/parse_args.c +++ b/parse_args.c @@ -48,9 +48,9 @@ #include #include -#include #include "sudo.h" #include "lbuf.h" +#include /* * Local functions diff --git a/sudo.c b/sudo.c index 8d91e4148..5e0fe25ed 100644 --- a/sudo.c +++ b/sudo.c @@ -99,7 +99,6 @@ # include #endif -#include #include "sudo.h" #include "lbuf.h" #include "interfaces.h"