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;
diff --git a/aosp/boot_control_android.h b/aosp/boot_control_android.h
index 51923e2..57bf5de 100644
--- a/aosp/boot_control_android.h
+++ b/aosp/boot_control_android.h
@@ -17,7 +17,6 @@
#ifndef UPDATE_ENGINE_AOSP_BOOT_CONTROL_ANDROID_H_
#define UPDATE_ENGINE_AOSP_BOOT_CONTROL_ANDROID_H_
-#include <map>
#include <memory>
#include <string>
diff --git a/common/boot_control_interface.h b/common/boot_control_interface.h
index 045236a..1a451d3 100644
--- a/common/boot_control_interface.h
+++ b/common/boot_control_interface.h
@@ -18,15 +18,12 @@
#define UPDATE_ENGINE_COMMON_BOOT_CONTROL_INTERFACE_H_
#include <climits>
-#include <map>
#include <string>
-#include <vector>
#include <base/callback.h>
#include <android-base/macros.h>
#include "update_engine/common/dynamic_partition_control_interface.h"
-#include "update_engine/update_metadata.pb.h"
namespace chromeos_update_engine {