diff options
Diffstat (limited to 'common/hwid_override.cc')
-rw-r--r-- | common/hwid_override.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hwid_override.cc b/common/hwid_override.cc index 8800e948..1bb0f8f5 100644 --- a/common/hwid_override.cc +++ b/common/hwid_override.cc @@ -16,14 +16,12 @@ #include "update_engine/common/hwid_override.h" -#include <map> #include <string> #include <base/files/file_path.h> #include <base/files/file_util.h> #include <brillo/key_value_store.h> -using std::map; using std::string; namespace chromeos_update_engine { |