commit | 7c26d7053a2bddc79383776da01e49979c1efe07 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Mar 27 17:52:20 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Mar 27 17:55:37 2017 -0700 |
tree | b72d41e90e09da73bd3fb1fc60a70a29abb67646 | |
parent | 7be54d4594ef0bd830355aafd860aca7eabb83a8 [diff] |
init: remove superfluous forward definitions Test: Boot bullhead Change-Id: I4a005616a825529bc2ad1b413e51b501f6407cbd
diff --git a/init/init.h b/init/init.h index 3768c02..b4d25fb 100644 --- a/init/init.h +++ b/init/init.h
@@ -19,9 +19,6 @@ #include <string> -class Action; -class Service; - extern const char *ENV[32]; extern std::string default_console; extern struct selabel_handle *sehandle;