aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-06 11:28:00 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-06 11:28:00 +0000
commitccdf852dce09dff8e63df5bfbb70c58d1c5e34f5 (patch)
treebce64db0834c3fc2634b80e467b013f7720757af /src/elliptic
parent68644a383cddcebccdc275e55fbe6532086ed0f6 (diff)
remove unneeded
#include "cctk_Arguments.h" git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1322 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/Jacobian.cc1
-rw-r--r--src/elliptic/dense_Jacobian.cc1
-rw-r--r--src/elliptic/row_sparse_Jacobian.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/elliptic/Jacobian.cc b/src/elliptic/Jacobian.cc
index facd5cb..0f9d427 100644
--- a/src/elliptic/Jacobian.cc
+++ b/src/elliptic/Jacobian.cc
@@ -15,7 +15,6 @@
#include "util_Table.h"
#include "cctk.h"
-#include "cctk_Arguments.h"
#include "config.h"
#include "stdc.h"
diff --git a/src/elliptic/dense_Jacobian.cc b/src/elliptic/dense_Jacobian.cc
index 6deaab1..d78b484 100644
--- a/src/elliptic/dense_Jacobian.cc
+++ b/src/elliptic/dense_Jacobian.cc
@@ -23,7 +23,6 @@
#include "util_Table.h"
#include "cctk.h"
-#include "cctk_Arguments.h"
#include "config.h"
#include "stdc.h"
diff --git a/src/elliptic/row_sparse_Jacobian.cc b/src/elliptic/row_sparse_Jacobian.cc
index bb20395..4a198a6 100644
--- a/src/elliptic/row_sparse_Jacobian.cc
+++ b/src/elliptic/row_sparse_Jacobian.cc
@@ -43,7 +43,6 @@
#include "util_Table.h"
#include "cctk.h"
-#include "cctk_Arguments.h"
#include "config.h"
#include "stdc.h"