diff liboctave/dMatrix.cc @ 1367:9f9131a8d706

[project @ 1995-09-06 00:07:03 by jwe]
author jwe
date Wed, 06 Sep 1995 00:07:03 +0000
parents 9b2654476502
children 07c136b41611
line wrap: on
line diff
--- a/liboctave/dMatrix.cc	Tue Sep 05 23:57:42 1995 +0000
+++ b/liboctave/dMatrix.cc	Wed Sep 06 00:07:03 1995 +0000
@@ -29,19 +29,21 @@
 #include <config.h>
 #endif
 
-#include <sys/types.h>
+#include <cfloat>
+#include <cstdio>
+
 #include <iostream.h>
-#include <stdio.h>
-#include <float.h>
+
+#include <sys/types.h> // XXX FIXME XXX
 
 #include <Complex.h>
 
-#include "mx-base.h"
 #include "dbleDET.h"
 #include "dbleSVD.h"
-#include "mx-inlines.cc"
+#include "f77-uscore.h"
 #include "lo-error.h"
-#include "f77-uscore.h"
+#include "mx-base.h"
+#include "mx-inlines.cc"
 
 // Fortran functions we call.