maint: remove unnecessary include of openat.h

* daemon/realpath.c: Don't include "openat.h".  not used.
This commit is contained in:
Jim Meyering
2009-11-20 11:50:54 +01:00
committed by Richard Jones
parent 4e9fefd4e8
commit e94f89f40d

View File

@@ -27,8 +27,6 @@
#include <sys/types.h>
#include <dirent.h>
#include "openat.h"
#include "daemon.h"
#include "actions.h"