diff options
author | 2019-07-15 21:55:54 +0000 | |
---|---|---|
committer | 2019-07-15 21:55:54 +0000 | |
commit | b78f7c8eff6688e974c246097e2781229d1b3813 (patch) | |
tree | 570a3dc817eb402308754fe45f217638030b067a /libs/binder/ProcessState.cpp | |
parent | f4490b1adf385a0e8b2641db170033622e06e28c (diff) | |
parent | a4853cd9a11f98a563c1a26de20b3134836db542 (diff) |
Merge "libbinder: don't export Static.h"
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r-- | libs/binder/ProcessState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index 8b074ad16a..6bbb5fed9a 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -28,7 +28,7 @@ #include <utils/threads.h> #include <private/binder/binder_module.h> -#include <private/binder/Static.h> +#include "Static.h" #include <errno.h> #include <fcntl.h> |