aboutsummaryrefslogtreecommitdiff
path: root/src/WildWriter.hh
diff options
context:
space:
mode:
authorschnetter <schnetter@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2009-09-29 14:33:14 +0000
committerschnetter <schnetter@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2009-09-29 14:33:14 +0000
commitc3c18cb0b5d28c075e89108c3c5f144f682c98f7 (patch)
tree6c7c73d62cf8850388eb3da49fc1df78cd6e1d65 /src/WildWriter.hh
parent7af6a0d63c27712d3d0ed2646ab01cd0cb852aed (diff)
Use #include "" instead of #include <> to ensure that the correct
include file is found git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@97 21a6bef8-4479-4f54-8f8d-0db94a2919ef
Diffstat (limited to 'src/WildWriter.hh')
-rw-r--r--src/WildWriter.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WildWriter.hh b/src/WildWriter.hh
index a391ea3..c2e09af 100644
--- a/src/WildWriter.hh
+++ b/src/WildWriter.hh
@@ -1,9 +1,9 @@
#ifndef __WILDWRITER_HH_
#define __WILDWRITER_HH_
-#include <IO.hh>
-#include <IEEEIO.hh>
-#include <FlexArrayTmpl.H>
+#include "IO.hh"
+#include "IEEEIO.hh"
+#include "FlexArrayTmpl.H"
#define DISKBLOCKSIZE 8192
#define BLOCKSIZE 2*DISKBLOCKSIZE