Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
[gnulib.git] / lib / lchown.c
index c2a9ef6..fa0826e 100644 (file)
@@ -24,7 +24,6 @@
 #include "lchown.h"
 
 #include <sys/stat.h>
-#include "stat-macros.h"
 
 /* Work just like chown, except when FILE is a symbolic link.
    In that case, set errno to EOPNOTSUPP and return -1.