diff liboctave/CollocWt.h @ 465:4caf8fbeb778

[project @ 1994-06-06 01:05:09 by jwe]
author jwe
date Mon, 06 Jun 1994 01:05:09 +0000
parents 7e870a4ec9bc
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/CollocWt.h	Mon Jun 06 01:00:10 1994 +0000
+++ b/liboctave/CollocWt.h	Mon Jun 06 01:05:09 1994 +0000
@@ -24,12 +24,17 @@
 #if !defined (octave_CollocWt_h)
 #define octave_CollocWt_h 1
 
-#include "Matrix.h"
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
+class ostream;
+
+#include "dMatrix.h"
+#include "dColVector.h"
 
 extern "C++" {
 
-class ostream;
-
 #ifndef Vector
 #define Vector ColumnVector
 #endif