summaryrefslogtreecommitdiff
path: root/src/rc/rc-plugin.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-06 13:47:39 +0000
committerRoy Marples <roy@marples.name>2008-01-06 13:47:39 +0000
commit8afb86a5deb7187e87f35a62959e3944348eb0d9 (patch)
tree4b8cbf2e691173dc81709f4edf4c7d43fbceed82 /src/rc/rc-plugin.c
parentda4217fec805602616de7da6fffff158857ded83 (diff)
downloadopenrc-8afb86a5deb7187e87f35a62959e3944348eb0d9.tar.gz
openrc-8afb86a5deb7187e87f35a62959e3944348eb0d9.tar.bz2
openrc-8afb86a5deb7187e87f35a62959e3944348eb0d9.tar.xz
Set include paths in Makefile instead of .c files
Diffstat (limited to 'src/rc/rc-plugin.c')
-rw-r--r--src/rc/rc-plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c
index 3f59544..613f049 100644
--- a/src/rc/rc-plugin.c
+++ b/src/rc/rc-plugin.c
@@ -41,11 +41,11 @@
#include <string.h>
#include <unistd.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 RC_PLUGIN_HOOK "rc_plugin_hook"