summaryrefslogtreecommitdiff
path: root/src/comm/Reduction.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm/Reduction.c')
-rw-r--r--src/comm/Reduction.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 5bfda670..b65870ba 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -16,7 +16,6 @@
#include <malloc.h>
#include <stdarg.h>
-#include "cctk.h"
#include "cctk_Flesh.h"
#include "cctk_FortranString.h"
#include "cctk_Groups.h"
@@ -26,6 +25,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(comm_Interp_c)
+
static cHandledData *ReductionOperators = NULL;
static int num_reductions = 0;
static cHandledData *ReductionArrayOperators = NULL;