summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:39:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:39:59 +0000
commit1b6df72815e7dc1c0d9614078faf045d5ab664c3 (patch)
tree3a77b3811dd9c86c4856c417bf5e26c68f2301cf
parent61b4695f165cae0cec7aef78e55003b8021c8acc (diff)
parent6647e95a1a0517d666e9832ad68f6db73b1a6349 (diff)
downloadgatekeeper-1b6df72815e7dc1c0d9614078faf045d5ab664c3.tar.gz
system/gatekeeper: use proper nativehelper headers am: 05b35791c3 am: 99708552ff am: 2122669e89
am: 6647e95a1a Change-Id: Ibb8e16bc04369fc0a80ef1f46c574e1e86031f4d
-rw-r--r--gatekeeper.cpp2
-rw-r--r--include/gatekeeper/gatekeeper.h2
-rw-r--r--include/gatekeeper/gatekeeper_messages.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gatekeeper.cpp b/gatekeeper.cpp
index cfd878f..f9024d3 100644
--- a/gatekeeper.cpp
+++ b/gatekeeper.cpp
@@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <UniquePtr.h>
#include <gatekeeper/gatekeeper.h>
+#include <nativehelper/UniquePtr.h>
#include <endian.h>
diff --git a/include/gatekeeper/gatekeeper.h b/include/gatekeeper/gatekeeper.h
index 7e1421f..4615b82 100644
--- a/include/gatekeeper/gatekeeper.h
+++ b/include/gatekeeper/gatekeeper.h
@@ -18,8 +18,8 @@
#define GATEKEEPER_H_
#include <stdint.h>
-#include <UniquePtr.h>
#include <hardware/hw_auth_token.h>
+#include <nativehelper/UniquePtr.h>
#include "gatekeeper_messages.h"
#include "password_handle.h"
diff --git a/include/gatekeeper/gatekeeper_messages.h b/include/gatekeeper/gatekeeper_messages.h
index 1ec1e18..305567c 100644
--- a/include/gatekeeper/gatekeeper_messages.h
+++ b/include/gatekeeper/gatekeeper_messages.h
@@ -17,7 +17,7 @@
#define GATEKEEPER_MESSAGES_H_
#include <stdint.h>
-#include <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
#include "gatekeeper_utils.h"