summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-09-11 14:43:06 -0700
committerKenny Root <kroot@google.com>2013-09-11 14:43:06 -0700
commite4b25505778fb1e05b3ac1aac5891d45f5a5825a (patch)
treeacc81bedeec8d70b5e7bd6c273a2521ccad876e9
parent70789f277025960f499d4155ac2ec1c79bc8e734 (diff)
downloadandroid_hardware_qcom_keymaster-e4b25505778fb1e05b3ac1aac5891d45f5a5825a.tar.gz
android_hardware_qcom_keymaster-e4b25505778fb1e05b3ac1aac5891d45f5a5825a.tar.bz2
android_hardware_qcom_keymaster-e4b25505778fb1e05b3ac1aac5891d45f5a5825a.zip
Use canonical UniquePtr.h header
Change-Id: I6856c5ff86f3c1d78c411900f46c501224e3ffc4
-rw-r--r--keymaster_qcom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/keymaster_qcom.cpp b/keymaster_qcom.cpp
index f3907b0..683b4a2 100644
--- a/keymaster_qcom.cpp
+++ b/keymaster_qcom.cpp
@@ -27,7 +27,6 @@
#include <openssl/err.h>
#include <openssl/x509.h>
-#include <utils/UniquePtr.h>
#include <linux/ioctl.h>
#include <linux/msm_ion.h>
#include <sys/mman.h>
@@ -43,6 +42,8 @@
#include <sys/stat.h>
#include <dlfcn.h>
+#include <UniquePtr.h>
+
#include "QSEEComAPI.h"
#include "keymaster_qcom.h"