diff src/ov-str-mat.h @ 8950:d865363208d6

include <iosfwd> instead of <iostream> in header files
author John W. Eaton <jwe@octave.org>
date Tue, 10 Mar 2009 13:55:52 -0400
parents eb63fbe60fab
children 90abfd8a2895
line wrap: on
line diff
--- a/src/ov-str-mat.h	Tue Mar 10 13:18:53 2009 +0100
+++ b/src/ov-str-mat.h	Tue Mar 10 13:55:52 2009 -0400
@@ -26,7 +26,7 @@
 
 #include <cstdlib>
 
-#include <iostream>
+#include <iosfwd>
 #include <string>
 
 #include "mx-base.h"