diff options
Diffstat (limited to 'toys/android/start.c')
-rw-r--r-- | toys/android/start.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/android/start.c b/toys/android/start.c index f6b3c379..5df847a9 100644 --- a/toys/android/start.c +++ b/toys/android/start.c @@ -27,8 +27,6 @@ config STOP #define FOR_start #include "toys.h" -#include <sys/system_properties.h> - static void start_stop(int start) { char *property = start ? "ctl.start" : "ctl.stop"; |