summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-06-11 03:24:08 +0000
committerChristopher R. Hertel <crh@samba.org>1998-06-11 03:24:08 +0000
commitb5e1fe339a860cb760a20629e40c472a974074bc (patch)
tree7659efef0f7945059bfa6038a41a23329a3d8014
parentcd3de05fb53852cd0951cf7c9bc44ea0fbd66276 (diff)
downloadsamba-b5e1fe339a860cb760a20629e40c472a974074bc.tar.gz
samba-b5e1fe339a860cb760a20629e40c472a974074bc.tar.bz2
samba-b5e1fe339a860cb760a20629e40c472a974074bc.zip
Removed the "../" from the #include statement.
David Mathod from Cal Tech is working on a new port to VMS and requested that such relative references be removed. Chris -)----- (This used to be commit 978c30791677fa8a48c1c8d34daaae52771b201c)
-rw-r--r--source3/ubiqx/sys_include.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/ubiqx/sys_include.h b/source3/ubiqx/sys_include.h
index ea66d76380..00c4485aed 100644
--- a/source3/ubiqx/sys_include.h
+++ b/source3/ubiqx/sys_include.h
@@ -43,7 +43,7 @@
/* The main Samba system-adaptive header file.
*/
-#include "../includes.h"
+#include "includes.h"
#endif /* _INCLUDES_H */