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/LIEG_declare.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/macro/LIEG_declare.h') diff --git a/src/macro/LIEG_declare.h b/src/macro/LIEG_declare.h index 0f98c3b..b4765d9 100644 --- a/src/macro/LIEG_declare.h +++ b/src/macro/LIEG_declare.h @@ -12,8 +12,8 @@ #ifndef LIEG_DECLARE #define LIEG_DECLARE -#include "CactusEinstein/Einstein/src/macro/DB_declare.h" -#include "CactusEinstein/Einstein/src/macro/DG_declare.h" +#include "DB_declare.h" +#include "DG_declare.h" #ifdef FCODE -- cgit v1.2.3