diff liboctave/CNDArray.h @ 4944:44046bbaa52c

[project @ 2004-08-31 05:30:46 by jwe]
author jwe
date Tue, 31 Aug 2004 05:30:47 +0000
parents c638c144d4da
children e71be9c548f2
line wrap: on
line diff
--- a/liboctave/CNDArray.h	Tue Aug 31 00:51:31 2004 +0000
+++ b/liboctave/CNDArray.h	Tue Aug 31 05:30:47 2004 +0000
@@ -33,9 +33,6 @@
 #include "mx-defs.h"
 #include "mx-op-defs.h"
 
-#include "data-conv.h"
-#include "mach-info.h"
-
 class
 ComplexNDArray : public MArrayN<Complex>
 {