]> git.ozlabs.org Git - ccan/blobdiff - ccan/nfs/portmap.c
nfs: ccanize a little more.
[ccan] / ccan / nfs / portmap.c
index 269aded6781464c9938fa5d7a3fe18e4691edcf9..5753736e13964b9b1c38f495767e6c94b61c6dc6 100644 (file)
 
 #include <stdio.h>
 #include <rpc/xdr.h>
 
 #include <stdio.h>
 #include <rpc/xdr.h>
-#include "libnfs.h"
+#include "nfs.h"
 #include "libnfs-raw.h"
 #include "libnfs-private.h"
 #include "libnfs-raw.h"
 #include "libnfs-private.h"
-#include "libnfs-raw-portmap.h"
+#include "rpc/portmap.h"
 
 
 int rpc_pmap_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data)
 
 
 int rpc_pmap_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data)