From f774f72842e0f363d171869f6d095504c84f41d6 Mon Sep 17 00:00:00 2001
From: Divya Theja <divyathe@codeaurora.org>
Date: Tue, 6 Feb 2018 22:52:01 +0530
Subject: [PATCH] Including file.h from LE base instead of Android's
 android-base

---
 image.cpp | 2 +-
 main.cpp  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/image.cpp b/image.cpp
index 509b102..f312a2c 100644
--- a/image.cpp
+++ b/image.cpp
@@ -22,7 +22,7 @@ extern "C" {
 }
 
 #include <assert.h>
-#include <android-base/file.h>
+#include <base/file.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <getopt.h>
diff --git a/main.cpp b/main.cpp
index 93f1ec2..d746da5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -29,7 +29,7 @@ extern "C" {
 #include <stdlib.h>
 #include <string.h>
 
-#include <android-base/file.h>
+#include <base/file.h>
 #include "image.h"
 
 enum {
-- 
1.9.1

