Move selinux dependencies out of header files.

Bug: http://b/27764900
Change-Id: Ib62a59edcb13054f40f514c404d32b87b14ed5f1
This commit is contained in:
Elliott Hughes
2016-04-01 18:24:39 -07:00
parent 75da77105f
commit 4bbd5bf8a6
8 changed files with 18 additions and 11 deletions
+4 -1
View File
@@ -14,6 +14,8 @@
* limitations under the License.
*/
#include "DirUtil.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -26,7 +28,8 @@
#include <string>
#include "DirUtil.h"
#include <selinux/label.h>
#include <selinux/selinux.h>
typedef enum { DMISSING, DDIR, DILLEGAL } DirStatus;