diff --git a/fastboot/Android.mk b/fastboot/Android.mk index dd8bad9aa..bc8800296 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -58,7 +58,6 @@ LOCAL_C_INCLUDES_windows := development/host/windows/usb/api LOCAL_STATIC_LIBRARIES := \ libziparchive \ - libext4_utils \ libsparse \ libutils \ liblog \ diff --git a/fastboot/fs.cpp b/fastboot/fs.cpp index 709f061bd..8006bebd9 100644 --- a/fastboot/fs.cpp +++ b/fastboot/fs.cpp @@ -23,7 +23,6 @@ #include #include #include -#include #include using android::base::StringPrintf;