bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/3] Don't include "stdio-safer.h" where it is not used.


From: James Youngman
Subject: [PATCH 3/3] Don't include "stdio-safer.h" where it is not used.
Date: Sun, 5 Jun 2011 22:23:51 +0100

* find/parser.c: Don't include stdio-safer.h, it's not used.
* lib/findutils-version.c: Likewise.
---
 ChangeLog               |    4 ++++
 find/parser.c           |    1 -
 lib/findutils-version.c |    1 -
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 272def4..f1c03d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-06-05  James Youngman  <address@hidden>
 
+       Don't include "stdio-safer.h" where it is not used.
+       * find/parser.c: Don't include stdio-safer.h, it's not used.
+       * lib/findutils-version.c: Likewise.
+
        Don't include <stddef.h> where it is not used.
        * lib/dircallback.c: Don't include <stddef.h>, it's not used.
        * lib/extendbuf.c: Likewise.
diff --git a/find/parser.c b/find/parser.c
index 0c24e73..53cb975 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -35,7 +35,6 @@
 #include "quotearg.h"
 #include "buildcmd.h"
 #include "nextelem.h"
-#include "stdio-safer.h"
 #include "regextype.h"
 #include "stat-time.h"
 #include "xstrtod.h"
diff --git a/lib/findutils-version.c b/lib/findutils-version.c
index 91910b1..7a9dca9 100644
--- a/lib/findutils-version.c
+++ b/lib/findutils-version.c
@@ -16,7 +16,6 @@
 */
 
 #include <config.h>
-#include "stdio-safer.h"
 #include "version-etc.h"
 #include "findutils-version.h"
 
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]