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/rc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rc/rc.c') diff --git a/src/rc/rc.c b/src/rc/rc.c index cbb9a152..891ce11f 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -59,12 +59,12 @@ const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; #include #include "builtins.h" -#include "../libeinfo/einfo.h" +#include "einfo.h" #include "rc.h" #include "rc-logger.h" -#include "../rc-misc.h" +#include "rc-misc.h" #include "rc-plugin.h" -#include "../strlist.h" +#include "strlist.h" #include "version.h" -- cgit v1.2.3