update_engine: remove unused header
removing some unused headers, while working through some boot control
code
Test: th
Change-Id: I8d303a5b6cb57bd38e99108b6383b015066cd81b
diff --git a/aosp/boot_control_android.cc b/aosp/boot_control_android.cc
index 0a1d3de..343be9f 100644
--- a/aosp/boot_control_android.cc
+++ b/aosp/boot_control_android.cc
@@ -18,13 +18,13 @@
#include <memory>
#include <utility>
-#include <vector>
#include <base/bind.h>
#include <base/logging.h>
#include <bootloader_message/bootloader_message.h>
#include <brillo/message_loops/message_loop.h>
+
#include "update_engine/aosp/dynamic_partition_control_android.h"
using std::string;