aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/Jacobian.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/elliptic/Jacobian.cc')
-rw-r--r--src/elliptic/Jacobian.cc9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/elliptic/Jacobian.cc b/src/elliptic/Jacobian.cc
index ee7e79c..2698c16 100644
--- a/src/elliptic/Jacobian.cc
+++ b/src/elliptic/Jacobian.cc
@@ -19,21 +19,16 @@
//
#include <stdio.h>
-using std::fopen;
-using std::printf;
-using std::fprintf;
-using std::fclose;
-using std::FILE;
#include <assert.h>
#include <math.h>
-#include <vector>
+#include <vector.h>
#include "util_Table.h"
#include "cctk.h"
#include "cctk_Arguments.h"
+#include "config.h"
#include "stdc.h"
-#include "config.hh"
#include "../jtutil/util.hh"
#include "../jtutil/array.hh"
#include "../jtutil/cpm_map.hh"