From 71fa444424be52b9b2c3fd508ad663923d28a62c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 23:13:49 +0000 Subject: Removed headers that were accidently checked in. Lots of compiling. --- src/win95/mishchnk.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/win95/mishchnk.cpp') diff --git a/src/win95/mishchnk.cpp b/src/win95/mishchnk.cpp index 5f4dde3..b463028 100644 --- a/src/win95/mishchnk.cpp +++ b/src/win95/mishchnk.cpp @@ -10,8 +10,6 @@ #include "huffman.hpp" -#include - #ifdef cencon #define new my_new #endif @@ -644,7 +642,8 @@ void File_Chunk::post_input_processing() child_lists.delete_first_entry(); } - for (LIF sli(&shplist); !sli.done(); sli.next()) + LIF sli(&shplist); + for (; !sli.done(); sli.next()) { Shape_Chunk::max_id = max (Shape_Chunk::max_id,sli()->get_header()->file_id_num); } -- cgit v1.3