summaryrefslogtreecommitdiff
path: root/otafault/ota_io.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-28 21:29:11 -0700
committerTao Bao <tbao@google.com>2017-09-29 10:29:53 -0700
commitd33b2f86b79573ccf73fd211d0813b2663fafd38 (patch)
treef9b6b7add754bf4548a17aaf1923f886c5e65b47 /otafault/ota_io.cpp
parent50f5a54a1e2d8e2b2420853d34ec5dae1268e11e (diff)
otafault: Move headers under otafault/.
Test: mmma bootable/recovery Change-Id: I3ceb72f703c7c2857d656c137d71baa1fccd8238
Diffstat (limited to 'otafault/ota_io.cpp')
-rw-r--r--otafault/ota_io.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/otafault/ota_io.cpp b/otafault/ota_io.cpp
index a82a7ee5..1308973a 100644
--- a/otafault/ota_io.cpp
+++ b/otafault/ota_io.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ota_io.h"
+#include "otafault/ota_io.h"
#include <errno.h>
#include <fcntl.h>
@@ -29,7 +29,7 @@
#include <android-base/thread_annotations.h>
-#include "config.h"
+#include "otafault/config.h"
static std::mutex filename_mutex;
static std::map<intptr_t, const char*> filename_cache GUARDED_BY(filename_mutex);