summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-22 16:50:30 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-22 16:50:30 +0000
commit447499d1a39510f637c102552330619145ed7201 (patch)
tree5395d6ad2e3e649dc92881d62556a3da096a834d /src/IO
parent9ef969502eb18b516b3068d59ca522406e45f37e (diff)
Include cctk_IO.h instead of IO.h
git-svn-id: http://svn.cactuscode.org/flesh/trunk@768 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/IOMethods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index e8ec3fcf..0b6e576b 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -17,7 +17,7 @@
#include "Groups.h"
#include "StoreHandledData.h"
#include "FortranString.h"
-#include "IO.h"
+#include "cctk_IO.h"
static char *rcsid = "$Header$";