aboutsummaryrefslogtreecommitdiff
path: root/src/WriteHLL.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/WriteHLL.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/WriteHLL.hh')
-rw-r--r--src/WriteHLL.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WriteHLL.hh b/src/WriteHLL.hh
index 90c4ba1..6b155f7 100644
--- a/src/WriteHLL.hh
+++ b/src/WriteHLL.hh
@@ -1,6 +1,6 @@
#ifndef __HLL_WRITER_HH_
#define __HLL_WRITER_HH_
-#include <IO.hh>
+#include "IO.hh"
class WriteHLL {
IObase &file;