summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-22 16:49:53 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-22 16:49:53 +0000
commit9ef969502eb18b516b3068d59ca522406e45f37e (patch)
tree8e4aee77fc2d6b5e626b9da5e08671be65def3af /src/include
parent042456baf2cdabd5dcb8ba8e66c7fa2253611915 (diff)
Renamed IO.h to cctk_IO.h
This became necessary for compiling FlexIO under NT. git-svn-id: http://svn.cactuscode.org/flesh/trunk@767 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk_IO.h (renamed from src/include/IO.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/IO.h b/src/include/cctk_IO.h
index 7d064aff..a20e967a 100644
--- a/src/include/IO.h
+++ b/src/include/cctk_IO.h
@@ -1,5 +1,5 @@
/*@@
- @header IO.h
+ @header cctk_IO.h
@date
@author Tom Goodale
@desc
@@ -8,8 +8,8 @@
@version $Header$
@@*/
-#ifndef _IO_H_
-#define _IO_H_
+#ifndef _CCTK_IO_H_
+#define _CCTK_IO_H_
#include "OverloadMacros.h"