diff liboctave/boolNDArray.h @ 8774:b756ce0002db

split implementation and interface in mx-op-defs and MArray-defs
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 17 Feb 2009 08:38:00 +0100
parents d0755c9db5ed
children ea76466605ba
line wrap: on
line diff
--- a/liboctave/boolNDArray.h	Tue Feb 17 01:33:10 2009 -0500
+++ b/liboctave/boolNDArray.h	Tue Feb 17 08:38:00 2009 +0100
@@ -26,7 +26,7 @@
 #include "ArrayN.h"
 
 #include "mx-defs.h"
-#include "mx-op-defs.h"
+#include "mx-op-decl.h"
 
 #include "boolMatrix.h"