summaryrefslogtreecommitdiff
path: root/tools/raw2tiff.c
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2003-11-21 21:15:05 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2003-11-21 21:15:05 +0000
commit318222a1fde946b0301e5ef1a451cae994746249 (patch)
treec3100f3893dcc583015c15b212122a7d1b00218d /tools/raw2tiff.c
parentfb8eebb9da32749ff4006e55f24f0e9f597aee7e (diff)
downloadlibtiff-git-318222a1fde946b0301e5ef1a451cae994746249.tar.gz
Removed #include <getopt.h>.
Diffstat (limited to 'tools/raw2tiff.c')
-rw-r--r--tools/raw2tiff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/raw2tiff.c b/tools/raw2tiff.c
index 4d03703b..a5d9a619 100644
--- a/tools/raw2tiff.c
+++ b/tools/raw2tiff.c
@@ -1,4 +1,4 @@
-/* $Id: raw2tiff.c,v 1.7 2003-11-12 09:19:53 dron Exp $
+/* $Id: raw2tiff.c,v 1.8 2003-11-21 21:15:05 dron Exp $
*
* Project: libtiff tools
* Purpose: Convert raw byte sequences in TIFF images
@@ -32,7 +32,6 @@
#include <string.h>
#include <sys/stat.h>
#include <math.h>
-#include <getopt.h>
#include <ctype.h>
#include "tiffio.h"