commit | e354660a280e82c66c5eb4936090f9b5eabff2c6 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Mar 28 02:40:04 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 28 02:40:04 2017 +0000 |
tree | 0cedcacc1580abb0a857d55d26badfdbfac8f986 | |
parent | fc01ce2d875ca081d9b881b01c7caca2b0c300cb [diff] | |
parent | 5c0caf8e235046d1e0d549ca8555ba96b8f2ef5b [diff] |
Merge "init: remove superfluous forward definitions" am: deb23ba2c1 am: 256c8f5076 am: 856441d07f Change-Id: I6f3a642497d549a766146dfbb9b0cf72497ed85f
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;