maint: remove unnecessary include of openat.h
authorJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 10:50:54 +0000 (11:50 +0100)
committerRichard 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

index 02a82d6..f9d08da 100644 (file)
@@ -27,8 +27,6 @@
 #include <sys/types.h>
 #include <dirent.h>
 
 #include <sys/types.h>
 #include <dirent.h>
 
-#include "openat.h"
-
 #include "daemon.h"
 #include "actions.h"
 
 #include "daemon.h"
 #include "actions.h"