summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-05 17:04:38 -0700
committerSteven Moreland <smoreland@google.com>2019-09-05 17:08:40 -0700
commit48adadd572dc5e4a4649975d02792fa0ad30f787 (patch)
treea08d59b0125d1d6c023148c306fc0f074be29508 /Parcel.cpp
parentd6a61472b1fa47ed4b4f1a4d6e89b3f911686be0 (diff)
downloadlibhwbinder-48adadd572dc5e4a4649975d02792fa0ad30f787.tar.gz
stop exporting kernel headers
Bug: 124524556 Test: build only Change-Id: I8e1001a5cc0ff2227e018a43a492e439056e5ceb
Diffstat (limited to 'Parcel.cpp')
-rw-r--r--Parcel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Parcel.cpp b/Parcel.cpp
index 33d841e..4668285 100644
--- a/Parcel.cpp
+++ b/Parcel.cpp
@@ -36,7 +36,6 @@
#include <hwbinder/Parcel.h>
#include <hwbinder/ProcessState.h>
#include <hwbinder/TextOutput.h>
-#include <hwbinder/binder_kernel.h>
#include <cutils/ashmem.h>
#include <utils/Debug.h>
@@ -45,7 +44,7 @@
#include <utils/String8.h>
#include <utils/String16.h>
-#include <private/binder/binder_module.h>
+#include "binder_kernel.h"
#include <hwbinder/Static.h>
#ifndef INT32_MAX