summaryrefslogtreecommitdiff
path: root/libs/gui/IDisplayEventConnection.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2017-03-06 15:05:04 -0800
committer Mathias Agopian <mathias@google.com> 2017-03-07 11:21:29 -0800
commit801ea093b0e923a61b832f2adba698a273479880 (patch)
tree97edcd253848107bdf1d8d0fabb522426943369a /libs/gui/IDisplayEventConnection.cpp
parent9257845ae16aa6aceedec627cec2e1fce912947c (diff)
split libsensor our of libgui
Test: compile & run Bug: treble cleanup Change-Id: I5b2c2a14f7d3b364d25695cf0901c5b08cfb0fc9
Diffstat (limited to 'libs/gui/IDisplayEventConnection.cpp')
-rw-r--r--libs/gui/IDisplayEventConnection.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/gui/IDisplayEventConnection.cpp b/libs/gui/IDisplayEventConnection.cpp
index b1d3b00dbb..e5c3c48248 100644
--- a/libs/gui/IDisplayEventConnection.cpp
+++ b/libs/gui/IDisplayEventConnection.cpp
@@ -15,17 +15,15 @@
*/
#include <stdint.h>
-#include <sys/types.h>
#include <utils/Errors.h>
#include <utils/RefBase.h>
-#include <utils/Timers.h>
#include <binder/Parcel.h>
-#include <binder/IInterface.h>
#include <gui/IDisplayEventConnection.h>
-#include <gui/BitTube.h>
+
+#include <private/gui/BitTube.h>
namespace android {
// ----------------------------------------------------------------------------