tiffinfo: remove unneeded iostream.h

Compiling previously showed "fatal error: iostream.h: No such file or directory".  64bit didnt like simply removing the .h, though 32bit didnt complain.

Change-Id: I1d76f8007b662e5bf2006faf60f5bb3406bab18b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4443
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Coldfirex 2021-09-09 19:36:16 -05:00 committed by Jérôme Duval
parent 198e5ee21c
commit 6da19c9e40

View File

@ -36,7 +36,6 @@
#include <ByteOrder.h>
#include <File.h>
#include <StorageDefs.h>
#include <iostream.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>