Revert "system/gatekeeper: use proper nativehelper headers" am: da7470b6d2 am: 0cbbed65b2 am: 9e2893e34f
am: aa2bd8d0d9

Change-Id: Ifbd80136a8a4664174482ed267b8d055d3cebdb1
diff --git a/gatekeeper.cpp b/gatekeeper.cpp
index f9024d3..cfd878f 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 4615b82..7e1421f 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 305567c..1ec1e18 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 <nativehelper/UniquePtr.h>
+#include <UniquePtr.h>
 
 
 #include "gatekeeper_utils.h"