commit | 90ac799241f077a7b7e6c1875fd933864c8dd2a7 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sat Feb 25 18:48:35 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Feb 27 13:03:08 2012 -0800 |
tree | a3487a896595852219292e067fa6a3d9f25abed6 | |
parent | f91bb05132dccbb61a69351752d9ae47cc31f30d [diff] |
fix libgui header location Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
diff --git a/include/private/surfaceflinger/LayerState.h b/include/private/gui/LayerState.h similarity index 97% rename from include/private/surfaceflinger/LayerState.h rename to include/private/gui/LayerState.h index 3eb5c99..ca277e0 100644 --- a/include/private/surfaceflinger/LayerState.h +++ b/include/private/gui/LayerState.h
@@ -23,8 +23,7 @@ #include <utils/Errors.h> #include <ui/Region.h> - -#include <surfaceflinger/ISurface.h> +#include <gui/ISurface.h> namespace android {
diff --git a/include/private/surfaceflinger/SharedBufferStack.h b/include/private/gui/SharedBufferStack.h similarity index 100% rename from include/private/surfaceflinger/SharedBufferStack.h rename to include/private/gui/SharedBufferStack.h