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

Ed Maste emaste at adaranet.com
Tue Dec 18 18:16:41 UTC 2012


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>
-- 
1.7.11.5



More information about the netcf-devel mailing list