aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/Schwarzschild_EF.cc2
-rw-r--r--src/gr/expansion.cc2
-rw-r--r--src/gr/expansion_Jacobian.cc2
-rw-r--r--src/gr/misc.cc3
4 files changed, 1 insertions, 8 deletions
diff --git a/src/gr/Schwarzschild_EF.cc b/src/gr/Schwarzschild_EF.cc
index 72fad0b..80869a4 100644
--- a/src/gr/Schwarzschild_EF.cc
+++ b/src/gr/Schwarzschild_EF.cc
@@ -18,8 +18,6 @@
#include "cctk.h"
#include "cctk_Arguments.h"
-#include "stl_vector.hh"
-
#include "config.h"
#include "stdc.h"
#include "../jtutil/util.hh"
diff --git a/src/gr/expansion.cc b/src/gr/expansion.cc
index f2b5961..5e3e42b 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -22,8 +22,6 @@
#include "cctk.h"
#include "cctk_Arguments.h"
-#include "stl_vector.hh"
-
#include "config.h"
#include "stdc.h"
#include "../jtutil/util.hh"
diff --git a/src/gr/expansion_Jacobian.cc b/src/gr/expansion_Jacobian.cc
index 40103ef..a843e4e 100644
--- a/src/gr/expansion_Jacobian.cc
+++ b/src/gr/expansion_Jacobian.cc
@@ -19,8 +19,6 @@
#include "cctk.h"
#include "cctk_Arguments.h"
-#include "stl_vector.hh"
-
#include "config.h"
#include "stdc.h"
#include "../jtutil/util.hh"
diff --git a/src/gr/misc.cc b/src/gr/misc.cc
index 58ab640..28cdfbd 100644
--- a/src/gr/misc.cc
+++ b/src/gr/misc.cc
@@ -9,13 +9,12 @@
#include <stdio.h>
#include <assert.h>
#include <math.h>
+#include <string.h>
#include "util_Table.h"
#include "cctk.h"
#include "cctk_Arguments.h"
-#include "stl_vector.hh"
-
#include "config.h"
#include "stdc.h"
#include "../jtutil/util.hh"