Update to use <iostream> vs <iostream.h>

This commit is contained in:
2003-03-18 23:21:31 +00:00
parent f8f1591442
commit 8768fdf08f
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
#endif
#include "IK_QSegment.h"
#include <iostream.h>
#include <iostream>
IK_QSegment::
IK_QSegment (

View File

@@ -44,7 +44,7 @@
#endif
#include "../extern/IK_solver.h"
#include <iostream.h>
#include <iostream>
IK_Chain_ExternPtr
IK_CreateChain(