summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2017-03-27 21:22:50 -0500
committerGerrit Code Review2017-03-27 21:22:51 -0500
commitdeb23ba2c1654496ca4f02b8c1af49920c0ee942 (patch)
tree8f29e2e9b6dabecd011dc4a05ebc1edbcabb1aee
parent88d6b4af165311a3774a98e39fa38ef778b9b230 (diff)
parent46b6c43b7cc90a35087d9ff022d16b9b024a4366 (diff)
downloadplatform-system-core-deb23ba2c1654496ca4f02b8c1af49920c0ee942.tar.gz
platform-system-core-deb23ba2c1654496ca4f02b8c1af49920c0ee942.tar.xz
platform-system-core-deb23ba2c1654496ca4f02b8c1af49920c0ee942.zip
Merge "init: remove superfluous forward definitions"
-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;