Update of /cvsroot/plib/plib/src/ssg
In directory usw-pr-cvs1:/tmp/cvs-serv21026/plib/src/ssg
Modified Files:
ssgLoadXPlaneObj.cxx
Log Message:
Replaced cstdio with stdio.h
Index: ssgLoadXPlaneObj.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadXPlaneObj.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ssgLoadXPlaneObj.cxx 15 Oct 2002 19:43:04 -0000 1.2
+++ ssgLoadXPlaneObj.cxx 9 Nov 2002 21:38:28 -0000 1.3
@@ -35,8 +35,8 @@
* Point objects are not handled.
*/
-#include <cstdio>
-#include <cstring>
+#include <stdio.h>
+#include <string.h>
#include "ssgLocal.h"
|