aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Ell_DBstructure.c2
-rw-r--r--src/Ell_Interface.c2
-rw-r--r--src/Ell_Register.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Ell_DBstructure.c b/src/Ell_DBstructure.c
index ff6e6a7..1e75a94 100644
--- a/src/Ell_DBstructure.c
+++ b/src/Ell_DBstructure.c
@@ -4,7 +4,7 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "cctk_WarnLevel.h"
#include "cctk_FortranString.h"
diff --git a/src/Ell_Interface.c b/src/Ell_Interface.c
index fa9771c..7989505 100644
--- a/src/Ell_Interface.c
+++ b/src/Ell_Interface.c
@@ -22,7 +22,7 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "cctk_FortranString.h"
#include "StoreNamedData.h"
diff --git a/src/Ell_Register.c b/src/Ell_Register.c
index 1f0660a..400afd0 100644
--- a/src/Ell_Register.c
+++ b/src/Ell_Register.c
@@ -13,7 +13,7 @@
#include <string.h>
#include "cctk.h"
-#include "cctk_parameters.h"
+#include "cctk_Parameters.h"
#include "EllBase.h"