summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/cctk_Interp.h4
-rw-r--r--src/include/cctk_Reduction.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/cctk_Interp.h b/src/include/cctk_Interp.h
index f3398741..376021d0 100644
--- a/src/include/cctk_Interp.h
+++ b/src/include/cctk_Interp.h
@@ -13,8 +13,8 @@
@@*/
-#ifndef _INTERP_H_
-#define _INTERP_H_
+#ifndef _CCTK_INTERP_H_
+#define _CCTK_INTERP_H_
#ifdef __cplusplus
extern "C" {
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 3896a00a..7cb83153 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -10,8 +10,8 @@
/* $Id$ */
-#ifndef _REDUCTION_H_
-#define _REDUCTION_H_
+#ifndef _CCTK_REDUCTION_H_
+#define _CCTK_REDUCTION_H_
#ifdef __cplusplus
extern "C" {