aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/error_exit.c
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:15:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:15:44 +0000
commit170d95f90491564201ce450f97ba9431724ebc0d (patch)
treecd0dbc11a0cb88e9d0668135b85f3b1fcb7beb9e /src/jtutil/error_exit.c
parent7a935a076990a3361290ff35688efba76d579936 (diff)
switch to new organization for #include files:
we #include stuff in . and ../include directly, everything else includes a relative pathname ../whereever/foo.hh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@589 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil/error_exit.c')
-rw-r--r--src/jtutil/error_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtutil/error_exit.c b/src/jtutil/error_exit.c
index a2a4626..26acdf7 100644
--- a/src/jtutil/error_exit.c
+++ b/src/jtutil/error_exit.c
@@ -8,7 +8,7 @@
#include <stdarg.h>
#include <stdlib.h>
-#include "jt/stdc.h"
+#include "stdc.h"
/*****************************************************************************/