* src/pinky.c: Don't include stat-macros.h; system.h already does it.
authorJim Meyering <jim@meyering.net>
Sat, 14 Oct 2006 12:02:14 +0000 (12:02 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Oct 2006 12:02:14 +0000 (12:02 +0000)
ChangeLog
src/pinky.c

index fe87f0a..c7e9914 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-10-14  Jim Meyering  <jim@meyering.net>
 
+       * src/pinky.c: Don't include stat-macros.h; system.h already does it.
+
        * src/pinky.c (S_IWGRP): Don't define.
        Instead, include "stat-macros.h".
 
index 25feef3..885012b 100644 (file)
@@ -30,7 +30,6 @@
 #include "hard-locale.h"
 #include "inttostr.h"
 #include "readutmp.h"
-#include "stat-macros.h"
 
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "pinky"