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-plugin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rc/rc-plugin.c') diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c index 3f59544b..613f049e 100644 --- a/src/rc/rc-plugin.c +++ b/src/rc/rc-plugin.c @@ -41,11 +41,11 @@ #include #include -#include "../libeinfo/einfo.h" +#include "einfo.h" #include "rc.h" -#include "../rc-misc.h" +#include "rc-misc.h" #include "rc-plugin.h" -#include "../strlist.h" +#include "strlist.h" #define RC_PLUGIN_HOOK "rc_plugin_hook" -- cgit v1.2.3