summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Cherry2017-03-27 19:52:20 -0500
committerTom Cherry2017-03-27 19:55:37 -0500
commit46b6c43b7cc90a35087d9ff022d16b9b024a4366 (patch)
treeb72d41e90e09da73bd3fb1fc60a70a29abb67646
parentb15429c0eade8a5f9b456c5f0aa57eec697e9ff2 (diff)
downloadplatform-system-core-46b6c43b7cc90a35087d9ff022d16b9b024a4366.tar.gz
platform-system-core-46b6c43b7cc90a35087d9ff022d16b9b024a4366.tar.xz
platform-system-core-46b6c43b7cc90a35087d9ff022d16b9b024a4366.zip
init: remove superfluous forward definitions
Test: Boot bullhead Change-Id: I4a005616a825529bc2ad1b413e51b501f6407cbd
-rw-r--r--init/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/init.h b/init/init.h
index 3768c02b2..b4d25fb0b 100644
--- a/init/init.h
+++ b/init/init.h
@@ -19,9 +19,6 @@
19 19
20#include <string> 20#include <string>
21 21
22class Action;
23class Service;
24
25extern const char *ENV[32]; 22extern const char *ENV[32];
26extern std::string default_console; 23extern std::string default_console;
27extern struct selabel_handle *sehandle; 24extern struct selabel_handle *sehandle;