summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-07-03 22:44:26 +0200
committerJim Meyering <meyering@redhat.com>2011-07-03 22:44:26 +0200
commit01fc077bbfea22f0759400b45bf6a04b840ee2e4 (patch)
tree5ff2eb81f9f093b16fed27e92f8b3ba4cbb02d93
parentc8b5b09d1393139ba443e7e239cfa6a9c3e92258 (diff)
downloaddiffutils-01fc077bbfea22f0759400b45bf6a04b840ee2e4.tar.gz
maint: remove inclusion of unused header, for "make syntax-check"
* src/diff3.c: Don't include <inttostr.h>. Not used. * src/context.c: Likewise.
-rw-r--r--src/context.c1
-rw-r--r--src/diff3.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/context.c b/src/context.c
index fc4fba3..690506b 100644
--- a/src/context.c
+++ b/src/context.c
@@ -20,7 +20,6 @@
#include "diff.h"
#include "c-ctype.h"
-#include <inttostr.h>
#include <stat-time.h>
#include <strftime.h>
diff --git a/src/diff3.c b/src/diff3.c
index 0eecb5e..343c055 100644
--- a/src/diff3.c
+++ b/src/diff3.c
@@ -28,7 +28,6 @@
#include <exitfail.h>
#include <file-type.h>
#include <getopt.h>
-#include <inttostr.h>
#include <progname.h>
#include <sh-quote.h>
#include <version-etc.h>