diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-20 11:50:54 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-20 10:55:02 +0000 |
commit | e94f89f40d989d111882178c87b5bfc22314fca8 (patch) | |
tree | 9718d3f4bb0c528ead65eff9d7e6d11c93053bb8 /daemon/realpath.c | |
parent | 4e9fefd4e894e96e71934055958caeac441664b7 (diff) | |
download | libguestfs-e94f89f40d989d111882178c87b5bfc22314fca8.tar.gz libguestfs-e94f89f40d989d111882178c87b5bfc22314fca8.tar.xz libguestfs-e94f89f40d989d111882178c87b5bfc22314fca8.zip |
maint: remove unnecessary include of openat.h
* daemon/realpath.c: Don't include "openat.h". not used.
Diffstat (limited to 'daemon/realpath.c')
-rw-r--r-- | daemon/realpath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/realpath.c b/daemon/realpath.c index 02a82d6a..f9d08dac 100644 --- a/daemon/realpath.c +++ b/daemon/realpath.c @@ -27,8 +27,6 @@ #include <sys/types.h> #include <dirent.h> -#include "openat.h" - #include "daemon.h" #include "actions.h" |