Removed #include <getopt.h>.

This commit is contained in:
Andrey Kiselev 2003-11-21 21:15:05 +00:00
parent fb8eebb9da
commit 318222a1fd

View File

@ -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 * Project: libtiff tools
* Purpose: Convert raw byte sequences in TIFF images * Purpose: Convert raw byte sequences in TIFF images
@ -32,7 +32,6 @@
#include <string.h> #include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <math.h> #include <math.h>
#include <getopt.h>
#include <ctype.h> #include <ctype.h>
#include "tiffio.h" #include "tiffio.h"