diff options
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 |
commit | 8335f1ccccedb6655d96d9d5b697a7f0938235dd (patch) | |
tree | 30a7f8b3e646157365dd51222665a68753fa25e3 /libs/gui/SurfaceTextureClient.cpp | |
parent | 57235fc65b5920f4867e66c8263efab49e92a21b (diff) |
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'libs/gui/SurfaceTextureClient.cpp')
-rw-r--r-- | libs/gui/SurfaceTextureClient.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/gui/SurfaceTextureClient.cpp b/libs/gui/SurfaceTextureClient.cpp index d0934ba8aa73..dac54a8b116b 100644 --- a/libs/gui/SurfaceTextureClient.cpp +++ b/libs/gui/SurfaceTextureClient.cpp @@ -17,12 +17,12 @@ #define LOG_TAG "SurfaceTextureClient" //#define LOG_NDEBUG 0 -#include <gui/SurfaceTextureClient.h> -#include <surfaceflinger/ISurfaceComposer.h> -#include <surfaceflinger/SurfaceComposerClient.h> - #include <utils/Log.h> +#include <gui/ISurfaceComposer.h> +#include <gui/SurfaceComposerClient.h> +#include <gui/SurfaceTextureClient.h> + #include <private/gui/ComposerService.h> namespace android { |