diff options
author | Roy Marples <roy@marples.name> | 2008-01-06 13:47:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-06 13:47:39 +0000 |
commit | 8afb86a5deb7187e87f35a62959e3944348eb0d9 (patch) | |
tree | 4b8cbf2e691173dc81709f4edf4c7d43fbceed82 /src/rc/runscript.c | |
parent | da4217fec805602616de7da6fffff158857ded83 (diff) |
Set include paths in Makefile instead of .c files
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r-- | src/rc/runscript.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 615b4119..fdb0496b 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -54,11 +54,11 @@ #endif #include "builtins.h" -#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 SELINUX_LIB RC_LIBDIR "/runscript_selinux.so" |