diff liboctave/CollocWt.h @ 384:7e870a4ec9bc

[project @ 1994-03-09 21:40:04 by jwe]
author jwe
date Wed, 09 Mar 1994 21:46:32 +0000
parents e02d6b664394
children 4caf8fbeb778
line wrap: on
line diff
--- a/liboctave/CollocWt.h	Wed Mar 09 21:19:44 1994 +0000
+++ b/liboctave/CollocWt.h	Wed Mar 09 21:46:32 1994 +0000
@@ -24,12 +24,12 @@
 #if !defined (octave_CollocWt_h)
 #define octave_CollocWt_h 1
 
+#include "Matrix.h"
+
 extern "C++" {
 
 class ostream;
 
-#include "Matrix.h"
-
 #ifndef Vector
 #define Vector ColumnVector
 #endif