aboutsummaryrefslogtreecommitdiff
path: root/src/SlaveIO.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/SlaveIO.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/SlaveIO.hh')
-rw-r--r--src/SlaveIO.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SlaveIO.hh b/src/SlaveIO.hh
index 83665de..ce15f75 100644
--- a/src/SlaveIO.hh
+++ b/src/SlaveIO.hh
@@ -1,6 +1,6 @@
#ifndef __SLAVEIO_HH_
#define __SLAVEIO_HH_
-#include <Arch.h>
+#include "Arch.h"
class SlaveIO {
protected: