diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-28 23:13:49 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 71fa444424be52b9b2c3fd508ad663923d28a62c (patch) | |
| tree | ea900efcb439d1889255e0c598dbf455608f36a4 /src/win95/mishchnk.cpp | |
| parent | f759e35cd8399d8bffea4d59c5822db8f1002409 (diff) | |
Removed headers that were accidently checked in.
Lots of compiling.
Diffstat (limited to 'src/win95/mishchnk.cpp')
| -rw-r--r-- | src/win95/mishchnk.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 <mbstring.h> - #ifdef cencon #define new my_new #endif @@ -644,7 +642,8 @@ void File_Chunk::post_input_processing() child_lists.delete_first_entry(); } - for (LIF<Shape_Chunk *> sli(&shplist); !sli.done(); sli.next()) + LIF<Shape_Chunk *> sli(&shplist); + for (; !sli.done(); sli.next()) { Shape_Chunk::max_id = max (Shape_Chunk::max_id,sli()->get_header()->file_id_num); } |
