aboutsummaryrefslogtreecommitdiff
path: root/src/includes/rc-misc.h
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-14 12:52:21 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-14 12:52:32 -0600
commitf5e06bc55ab1717ddff8c21f00f48cfcba8cb4a7 (patch)
tree9b0c6da31da1dcbbbb7a32f30ad1825410e52666 /src/includes/rc-misc.h
parente7ae08c38d4753d8d54a4ed60ca98794d85aadd9 (diff)
include rc.h properly in source files
We were attempting to include rc.h in rc-misc.h instead of the source files where it should be included.
Diffstat (limited to 'src/includes/rc-misc.h')
-rw-r--r--src/includes/rc-misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h
index 96166341..f2449cd7 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -26,7 +26,6 @@
#include <unistd.h>
#include "helpers.h"
-#include "rc.h"
#define RC_LEVEL_BOOT "boot"
#define RC_LEVEL_DEFAULT "default"