From 8afb86a5deb7187e87f35a62959e3944348eb0d9 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 6 Jan 2008 13:47:39 +0000 Subject: Set include paths in Makefile instead of .c files --- src/rc/fstabinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rc/fstabinfo.c') diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 04f03846..5f8e469a 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -65,10 +65,10 @@ #endif #include "builtins.h" -#include "../libeinfo/einfo.h" +#include "einfo.h" #include "rc.h" -#include "../rc-misc.h" -#include "../strlist.h" +#include "rc-misc.h" +#include "strlist.h" #ifdef HAVE_GETMNTENT static struct mntent *getmntfile (const char *file) -- cgit v1.2.3