diff options
Diffstat (limited to 'src/bltGrElemOp.C')
-rw-r--r-- | src/bltGrElemOp.C | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bltGrElemOp.C b/src/bltGrElemOp.C index 16cbce6..4355294 100644 --- a/src/bltGrElemOp.C +++ b/src/bltGrElemOp.C @@ -27,14 +27,13 @@ */ #include <assert.h> -#include <float.h> -#include <math.h> #include <X11/Xutil.h> +#include "bltMath.h" #include "bltGraph.h" #include "bltOp.h" #include "bltChain.h" -#include <bltDataTable.h> +#include "bltDataTable.h" #define GRAPH_KEY "BLT Graph Data" |