aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-10-27 16:21:49 +0000
committerschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-10-27 16:21:49 +0000
commit684109a78a3cee23a2e59cba6205e3cc33ae3a90 (patch)
tree8319b8050de5fe181c34b11221a30a7a13ef54bc
parent500a3129509cbfa389bcea26c420892642c8943c (diff)
Add include statements for cctk_Functions.h where necessary.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@251 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--src/Boundary.c1
-rw-r--r--src/CopyBoundary.c1
-rw-r--r--src/FlatBoundary.c1
-rw-r--r--src/RadiationBoundary.c1
-rw-r--r--src/RobinBoundary.c1
-rw-r--r--src/ScalarBoundary.c1
-rw-r--r--src/StaticBoundary.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/Boundary.c b/src/Boundary.c
index 360b57c..2c0d826 100644
--- a/src/Boundary.c
+++ b/src/Boundary.c
@@ -12,7 +12,6 @@
#include <stdlib.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "cctk_Arguments.h"
#include "util_Table.h"
#include "util_String.h"
diff --git a/src/CopyBoundary.c b/src/CopyBoundary.c
index c6e1721..97e022a 100644
--- a/src/CopyBoundary.c
+++ b/src/CopyBoundary.c
@@ -17,7 +17,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "util_Table.h"
#include "util_ErrorCodes.h"
#include "cctk_FortranString.h"
diff --git a/src/FlatBoundary.c b/src/FlatBoundary.c
index 9f4308e..5743110 100644
--- a/src/FlatBoundary.c
+++ b/src/FlatBoundary.c
@@ -19,7 +19,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "util_Table.h"
#include "util_ErrorCodes.h"
#include "cctk_Parameters.h"
diff --git a/src/RadiationBoundary.c b/src/RadiationBoundary.c
index be14c5e..61427c6 100644
--- a/src/RadiationBoundary.c
+++ b/src/RadiationBoundary.c
@@ -69,7 +69,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "util_Table.h"
#include "util_ErrorCodes.h"
#include "cctk_FortranString.h"
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 2cadf8e..005c3b0 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -18,7 +18,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "util_Table.h"
#include "util_ErrorCodes.h"
#include "cctk_Parameters.h"
diff --git a/src/ScalarBoundary.c b/src/ScalarBoundary.c
index 408b249..3b70270 100644
--- a/src/ScalarBoundary.c
+++ b/src/ScalarBoundary.c
@@ -17,7 +17,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "util_Table.h"
#include "util_ErrorCodes.h"
#include "cctk_Parameters.h"
diff --git a/src/StaticBoundary.c b/src/StaticBoundary.c
index c011af5..9eab83f 100644
--- a/src/StaticBoundary.c
+++ b/src/StaticBoundary.c
@@ -12,7 +12,6 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_Faces.h"
#include "util_Table.h"
#include "util_ErrorCodes.h"
#include "cctk_FortranString.h"