From 46b6c43b7cc90a35087d9ff022d16b9b024a4366 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 27 Mar 2017 17:52:20 -0700 Subject: [PATCH] init: remove superfluous forward definitions Test: Boot bullhead Change-Id: I4a005616a825529bc2ad1b413e51b501f6407cbd --- init/init.h | 3 --- 1 file changed, 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 @@ #include -class Action; -class Service; - extern const char *ENV[32]; extern std::string default_console; extern struct selabel_handle *sehandle;