diff src/help.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 cd96d29c5efa
line wrap: on
line diff
--- a/src/help.h
+++ b/src/help.h
@@ -24,7 +24,7 @@
 #if !defined (octave_help_h)
 #define octave_help_h 1
 
-#include <iostream>
+#include <iosfwd>
 #include <string>
 
 class string_vector;