diff src/DLD-FUNCTIONS/qz.cc @ 4051:b79da8779a0e

[project @ 2002-08-17 19:38:32 by jwe]
author jwe
date Sat, 17 Aug 2002 19:38:33 +0000
parents 8389e78e67d4
children 6b96ce9f5743
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/qz.cc	Sat Aug 17 02:18:18 2002 +0000
+++ b/src/DLD-FUNCTIONS/qz.cc	Sat Aug 17 19:38:33 2002 +0000
@@ -31,11 +31,10 @@
 #include "config.h"
 
 #include <cfloat>
+#include <cmath>
+
 #include <iostream>
-#include <iomanip.h>
-#include <math.h>
-#include <string.h>
-#include <strstream.h>
+#include <iomanip>
 
 #include "CmplxQRP.h"
 #include "dbleQR.h"