summaryrefslogtreecommitdiff
path: root/src/util/Cache.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 19:47:45 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 19:47:45 +0000
commitec7931ce6a97543968e1695266302fc8663af97d (patch)
tree22c42c4ecc816c76adbb68b0d1970b43bdb6568a /src/util/Cache.c
parent169d459e01701d42d1df1e8f70d0fcbdd412129e (diff)
Removing rcsid warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1559 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Cache.c')
-rw-r--r--src/util/Cache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/Cache.c b/src/util/Cache.c
index 17f85bdd..1a1ce94d 100644
--- a/src/util/Cache.c
+++ b/src/util/Cache.c
@@ -13,6 +13,9 @@ static char *rcsid = "$Header$";
#include "cctk_Cache.h"
#include "cctki_Cache.h"
+#include "cctk_Flesh.h"
+
+CCTK_FILEVERSION(util_Cache_c)
/********************************************************************
********************* Local Data *****************************