diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-06-11 03:24:08 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-06-11 03:24:08 +0000 |
commit | 978c30791677fa8a48c1c8d34daaae52771b201c (patch) | |
tree | c04c1aab4823f53ceb3aad446702b6979ce51339 | |
parent | 6d94e67624d1f2c08ac2e1c0eea23facd1e618f2 (diff) | |
download | samba-978c30791677fa8a48c1c8d34daaae52771b201c.tar.gz samba-978c30791677fa8a48c1c8d34daaae52771b201c.tar.xz samba-978c30791677fa8a48c1c8d34daaae52771b201c.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 -)-----
-rw-r--r-- | source/ubiqx/sys_include.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ubiqx/sys_include.h b/source/ubiqx/sys_include.h index ea66d763804..00c4485aed3 100644 --- a/source/ubiqx/sys_include.h +++ b/source/ubiqx/sys_include.h @@ -43,7 +43,7 @@ /* The main Samba system-adaptive header file. */ -#include "../includes.h" +#include "includes.h" #endif /* _INCLUDES_H */ |