From ca8802c3bed2b865e9deecf374d1c33e9e957e9c Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 26 Apr 2002 10:25:13 +0000 Subject: Removing unnecessary explicit paths from #include lines, since #include "..." always looks in the current directory of the file containing the #include first. This should make it easier to move the macros around. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@34 b1d164ef-f17a-46e7-89d4-021c7118ef4e --- src/macro/CDZCDK_declare.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/macro/CDZCDK_declare.h') diff --git a/src/macro/CDZCDK_declare.h b/src/macro/CDZCDK_declare.h index a935f00..003c4b2 100644 --- a/src/macro/CDZCDK_declare.h +++ b/src/macro/CDZCDK_declare.h @@ -11,8 +11,8 @@ #ifndef CDZCDK_DECLARE #define CDZCDK_DECLARE -#include "CactusEinstein/Einstein/src/macro/DZDK_declare.h" -#include "CactusEinstein/Einstein/src/macro/CHR2_declare.h" +#include "DZDK_declare.h" +#include "CHR2_declare.h" #ifdef FCODE -- cgit v1.2.3