git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9fefd
)
maint: remove unnecessary include of openat.h
author
Jim Meyering
<meyering@redhat.com>
Fri, 20 Nov 2009 10:50:54 +0000
(11:50 +0100)
committer
Richard Jones
<rjones@redhat.com>
Fri, 20 Nov 2009 10:55:02 +0000
(10:55 +0000)
* daemon/realpath.c: Don't include "openat.h". not used.
daemon/realpath.c
patch
|
blob
|
history
diff --git
a/daemon/realpath.c
b/daemon/realpath.c
index
02a82d6
..
f9d08da
100644
(file)
--- 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"