aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DCGDT_undefine.h
diff options
context:
space:
mode:
authorgoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-04-26 10:25:13 +0000
committergoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-04-26 10:25:13 +0000
commitca8802c3bed2b865e9deecf374d1c33e9e957e9c (patch)
tree9f041e88bc570a1a4dfed6c3fdf07116ce85340c /src/macro/DCGDT_undefine.h
parent99067b9abd552218c84be2ffcd68e93708ead4f1 (diff)
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
Diffstat (limited to 'src/macro/DCGDT_undefine.h')
-rw-r--r--src/macro/DCGDT_undefine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macro/DCGDT_undefine.h b/src/macro/DCGDT_undefine.h
index 99d81fa..6e85191 100644
--- a/src/macro/DCGDT_undefine.h
+++ b/src/macro/DCGDT_undefine.h
@@ -8,6 +8,6 @@
#undef DCGDT_GUTS
-#include "CactusEinstein/Einstein/src/macro/LIEG_undefine.h"
+#include "LIEG_undefine.h"