From 318222a1fde946b0301e5ef1a451cae994746249 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Fri, 21 Nov 2003 21:15:05 +0000 Subject: [PATCH] Removed #include . --- tools/raw2tiff.c | 3 +-- 1 file changed, 1 insertion(+), 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 #include #include -#include #include #include "tiffio.h"