[netcf-devel] [PATCH] Remove unnecessary #include

Laine Stump laine at laine.org
Fri Dec 21 17:08:51 UTC 2012


On 12/18/2012 01:16 PM, Ed Maste wrote:
> augeas.h is not needed for these functions, and isn't used on FreeBSD.
> ---
>  src/dutil_posix.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/dutil_posix.c b/src/dutil_posix.c
> index 609d7bd..d2b1889 100644
> --- a/src/dutil_posix.c
> +++ b/src/dutil_posix.c
> @@ -22,7 +22,6 @@
>  #include <config.h>
>  #include <internal.h>
>  
> -#include <augeas.h>
>  #include <stdlib.h>
>  #include <stdarg.h>
>  #include <stdio.h>

ACK and pushed. Thanks!


More information about the netcf-devel mailing list