diff options
author | Alex Deymo <deymo@google.com> | 2015-11-12 14:58:58 -0800 |
---|---|---|
committer | Alex Deymo <deymo@google.com> | 2015-11-12 17:14:53 -0800 |
commit | e67a8bb1176145395c94f15efe780fa2df955462 (patch) | |
tree | 42c1936ea3656ce58cd58372165ba0e1e14c2d45 | |
parent | 38429cf76aaac8c499004b6f537229a26b381602 (diff) |
Fix mtd_file_descriptor includes.
mtd_file_descriptor.cc included a file that was moved to the common/
directory.
Bug: 25197634
Test: USE=mtd FEATURES=test emerge-link update_engine
Change-Id: I8652e8afb66f5e008ec4a5facc2a4e77e5991d02
-rw-r--r-- | payload_consumer/mtd_file_descriptor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/mtd_file_descriptor.cc b/payload_consumer/mtd_file_descriptor.cc index 6f4fae87..da8fd580 100644 --- a/payload_consumer/mtd_file_descriptor.cc +++ b/payload_consumer/mtd_file_descriptor.cc @@ -28,8 +28,8 @@ #include <base/strings/string_number_conversions.h> #include <base/strings/string_util.h> #include <base/strings/stringprintf.h> -#include <update_engine/subprocess.h> +#include "update_engine/common/subprocess.h" #include "update_engine/common/utils.h" using std::string; |