summaryrefslogtreecommitdiffstats
path: root/daemon/realpath.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-20 11:50:54 +0100
committerRichard Jones <rjones@redhat.com>2009-11-20 10:55:02 +0000
commite94f89f40d989d111882178c87b5bfc22314fca8 (patch)
tree9718d3f4bb0c528ead65eff9d7e6d11c93053bb8 /daemon/realpath.c
parent4e9fefd4e894e96e71934055958caeac441664b7 (diff)
downloadlibguestfs-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.c2
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"