otautil: roots.cpp no longer needs 'mounts.h'.

Commit 0f339e27bb moved part of the mounts
implementation into libfs_mgr. As a result, otautil/roots.cpp no longer
depends on anything in the local otautil/mounts.h.

Test: mmma bootable/recovery
Change-Id: If16c3e19a62933358fb0002a10e8556a99f9d29a
This commit is contained in:
Tao Bao
2019-10-01 12:01:08 -07:00
parent e2ca8ba293
commit 331e5c4c98
-1
View File
@@ -42,7 +42,6 @@
#include <fs_mgr/roots.h>
#include <fs_mgr_dm_linear.h>
#include "otautil/mounts.h"
#include "otautil/sysutil.h"
using android::fs_mgr::Fstab;