From b5e1fe339a860cb760a20629e40c472a974074bc Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Thu, 11 Jun 1998 03:24:08 +0000 Subject: 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) --- source3/ubiqx/sys_include.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit