commit | 256c8f507628daab3dcf42c99b518902c8d97a2a | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Mar 28 02:32:10 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 28 02:32:10 2017 +0000 |
tree | d851f3697a6a07a9b39316b012c7a845b351dec0 | |
parent | dc597affcc95a0da01dd63e50f27cd5b80fe684a [diff] | |
parent | deb23ba2c1654496ca4f02b8c1af49920c0ee942 [diff] |
Merge "init: remove superfluous forward definitions" am: deb23ba2c1 Change-Id: Ic8126b783cf8083a64cc0955074f586420685cdd
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;