[Libguestfs] [PATCH 3/4] lib: Don't need to include <rpc/types.h>.

Richard W.M. Jones rjones at redhat.com
Tue Sep 29 21:06:12 UTC 2015


It is already included by <rpc/xdr.h>.
---
 src/guestfs-internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 5776a6e..e316ebe 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -21,7 +21,6 @@
 
 #include <stdbool.h>
 
-#include <rpc/types.h>
 #include <rpc/xdr.h>
 
 #include <pcre.h>
-- 
2.5.0




More information about the Libguestfs mailing list