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.
This commit is contained in:
William Hubbs
2016-01-14 12:52:21 -06:00
parent e7ae08c38d
commit f5e06bc55a
7 changed files with 6 additions and 1 deletions

View File

@@ -26,7 +26,6 @@
#include <unistd.h>
#include "helpers.h"
#include "rc.h"
#define RC_LEVEL_BOOT "boot"
#define RC_LEVEL_DEFAULT "default"