changeset 449:3cef0ce5dd7d

[project @ 1994-06-05 21:58:52 by jwe]
author jwe
date Sun, 05 Jun 1994 21:58:52 +0000
parents 24ef480d8571
children 27e970ab835b
files liboctave/Array.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.cc	Fri Jun 03 20:52:47 1994 +0000
+++ b/liboctave/Array.cc	Sun Jun 05 21:58:52 1994 +0000
@@ -25,12 +25,12 @@
 #include "config.h"
 #endif
 
-#include <assert.h>
-
 #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES)
 #pragma implementation
 #endif
 
+#include <assert.h>
+
 #include "Array.h"
 
 /*