summaryrefslogtreecommitdiff
path: root/libs/binder/IPermissionController.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-07-12 15:44:37 -0700
committer Steven Moreland <smoreland@google.com> 2019-07-12 15:44:37 -0700
commita4853cd9a11f98a563c1a26de20b3134836db542 (patch)
treea88ce538d2a2e285fb965188cbf7dbb7a358a636 /libs/binder/IPermissionController.cpp
parentc08d593279398a86ecee7c7c3edc577fc5d2839b (diff)
libbinder: don't export Static.h
This was being exported by the build system, but it shouldn't be used anywhere. Bug: N/A Test: N/A Change-Id: Id10772ec3e0ebf39ddf83f0f7981552c3f2e528d
Diffstat (limited to 'libs/binder/IPermissionController.cpp')
-rw-r--r--libs/binder/IPermissionController.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/IPermissionController.cpp b/libs/binder/IPermissionController.cpp
index 6b99150edf..bf2f20aa0b 100644
--- a/libs/binder/IPermissionController.cpp
+++ b/libs/binder/IPermissionController.cpp
@@ -22,8 +22,6 @@
#include <binder/Parcel.h>
#include <utils/String8.h>
-#include <private/binder/Static.h>
-
namespace android {
// ----------------------------------------------------------------------