diff options
author | 2017-03-06 15:05:04 -0800 | |
---|---|---|
committer | 2017-03-07 11:21:29 -0800 | |
commit | 801ea093b0e923a61b832f2adba698a273479880 (patch) | |
tree | 97edcd253848107bdf1d8d0fabb522426943369a /libs/gui/BitTube.cpp | |
parent | 9257845ae16aa6aceedec627cec2e1fce912947c (diff) |
split libsensor our of libgui
Test: compile & run
Bug: treble cleanup
Change-Id: I5b2c2a14f7d3b364d25695cf0901c5b08cfb0fc9
Diffstat (limited to 'libs/gui/BitTube.cpp')
-rw-r--r-- | libs/gui/BitTube.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/gui/BitTube.cpp b/libs/gui/BitTube.cpp index b653c5b69c..51a8d67118 100644 --- a/libs/gui/BitTube.cpp +++ b/libs/gui/BitTube.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#include <private/gui/BitTube.h> + #include <stdint.h> #include <sys/types.h> #include <sys/socket.h> @@ -25,7 +27,6 @@ #include <binder/Parcel.h> -#include <gui/BitTube.h> namespace android { // ---------------------------------------------------------------------------- |