diff --git a/tests/ParserTest/ParserTest.hpp b/tests/ParserTest/ParserTest.hpp
index 58b851674b47f873a303f3a9233c8a3dab835dd7..6fbb7d8f3f7d7b16221dc579ba36d2677402e75e 100644
--- a/tests/ParserTest/ParserTest.hpp
+++ b/tests/ParserTest/ParserTest.hpp
@@ -56,6 +56,9 @@
 
 /**
  * $Log$
+ * Revision 1.4  2000/01/24 20:38:56  roddey
+ * Fixed some small bugs introduced in the recent move away from the util/* streams.
+ *
  * Revision 1.3  2000/01/21 23:58:06  roddey
  * Initial move away from util streams was bad. Wide char APIs didn't allow enough
  * control to do canonical output, so changed to use std short char APIs.
@@ -86,8 +89,8 @@ enum OutputTypes
 //  Includes that everyone uses inside this program
 // ---------------------------------------------------------------------------
 #include "ParserTest_Parser.hpp"
-#include <iostream.h>
 #include <stdlib.h>
+#include <iostream.h>
 
 
 // ---------------------------------------------------------------------------
diff --git a/tests/ParserTest/ParserTest_Parser.hpp b/tests/ParserTest/ParserTest_Parser.hpp
index 5154352106177588e794fedc753f2b42f855aeee..3022b308082960f257c7ee00c95a1912de81df24 100644
--- a/tests/ParserTest/ParserTest_Parser.hpp
+++ b/tests/ParserTest/ParserTest_Parser.hpp
@@ -56,6 +56,9 @@
 
 /**
  * $Log$
+ * Revision 1.4  2000/01/24 20:38:56  roddey
+ * Fixed some small bugs introduced in the recent move away from the util/* streams.
+ *
  * Revision 1.3  2000/01/21 23:58:06  roddey
  * Initial move away from util streams was bad. Wide char APIs didn't allow enough
  * control to do canonical output, so changed to use std short char APIs.
@@ -383,4 +386,4 @@ inline void TestParser::setShowWarnings(const bool state)
 inline void TestParser::setShowErrLoc(const bool state)
 {
     fShowErrLoc = state;
-
+}