]> git.ozlabs.org Git - ccan/blobdiff - ccan/nfs/mount.c
nfs: remove trailing whitespace
[ccan] / ccan / nfs / mount.c
index 212eaedcf346b898f1c6c310a70b363b5a265931..b79b7f70735076262b4e29dc57a6a6a55baab2d4 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Copyright (C) by Ronnie Sahlberg <ronniesahlberg@gmail.com> 2010
    
    This program is free software; you can redistribute it and/or modify
 #include <stdio.h>
 #include <errno.h>
 #include <rpc/xdr.h>
-#include "libnfs.h"
+#include "nfs.h"
 #include "libnfs-raw.h"
 #include "libnfs-private.h"
-#include "libnfs-raw-mount.h"
+#include "rpc/mount.h"
 
 
 int rpc_mount_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data)