A cosmetic change

Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
Maho Nakata 2006-02-15 06:13:27 +00:00
parent 0da2a193c8
commit 4478135dcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156088

View file

@ -5,8 +5,8 @@
*/
-#include <iostream.h>
+#include <iostream>
+// C++ headers
+#include <iostream>
+#include <fstream>
+#include <iomanip>
+using namespace std;