aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Cycle.cc
diff options
context:
space:
mode:
authorschnetter <>2003-06-18 16:28:00 +0000
committerschnetter <>2003-06-18 16:28:00 +0000
commitcb07f5cdb6970ef555bc6738788f881e2ea7c63f (patch)
tree03d0a769212f2eaacffaf8fcddedbb1878750105 /Carpet/Carpet/src/Cycle.cc
parentea0d204e9bfe5daa6123970f2c1c323bd7e75b36 (diff)
Do not include header files from other Carpet thorns directly.
Do not include header files from other Carpet thorns directly. Instead, use the "INCLUDES HEADER" and "USES INCLUDE HEADER" mechanism. darcs-hash:20030618162807-07bb3-a81444cde6c76e6a24516d108861fc1b5541c643.gz
Diffstat (limited to 'Carpet/Carpet/src/Cycle.cc')
-rw-r--r--Carpet/Carpet/src/Cycle.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/Carpet/src/Cycle.cc b/Carpet/Carpet/src/Cycle.cc
index ad3b48af2..170fe6dc9 100644
--- a/Carpet/Carpet/src/Cycle.cc
+++ b/Carpet/Carpet/src/Cycle.cc
@@ -3,13 +3,13 @@
#include "cctk.h"
-#include "Carpet/CarpetLib/src/ggf.hh"
-#include "Carpet/CarpetLib/src/gh.hh"
+#include "ggf.hh"
+#include "gh.hh"
#include "carpet.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Cycle.cc,v 1.13 2003/05/23 23:51:17 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Cycle.cc,v 1.14 2003/06/18 18:28:07 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_Cycle_cc);
}