summaryrefslogtreecommitdiff
path: root/libs/gui/DisplayEventReceiver.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2012-02-25 18:48:35 -0800
committer Mathias Agopian <mathias@google.com> 2012-02-27 13:03:08 -0800
commit90ac799241f077a7b7e6c1875fd933864c8dd2a7 (patch)
treea3487a896595852219292e067fa6a3d9f25abed6 /libs/gui/DisplayEventReceiver.cpp
parentf91bb05132dccbb61a69351752d9ae47cc31f30d (diff)
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'libs/gui/DisplayEventReceiver.cpp')
-rw-r--r--libs/gui/DisplayEventReceiver.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/gui/DisplayEventReceiver.cpp b/libs/gui/DisplayEventReceiver.cpp
index 6a4763d5a7..a6790ad072 100644
--- a/libs/gui/DisplayEventReceiver.cpp
+++ b/libs/gui/DisplayEventReceiver.cpp
@@ -21,11 +21,10 @@
#include <gui/BitTube.h>
#include <gui/DisplayEventReceiver.h>
#include <gui/IDisplayEventConnection.h>
+#include <gui/ISurfaceComposer.h>
#include <private/gui/ComposerService.h>
-#include <surfaceflinger/ISurfaceComposer.h>
-
// ---------------------------------------------------------------------------
namespace android {