summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-02-09 17:46:37 -0800
committerMathias Agopian <mathias@google.com>2010-02-11 13:16:22 -0800
commit000479f9e325b4e426a67033abd92d47da412725 (patch)
tree16b93ea777744aa24ffe7d3a191bb90529ad4ce5 /libs/rs/rsContext.h
parent28a5dc229ed25c771cde25668928edc788073029 (diff)
downloadframeworks_base-000479f9e325b4e426a67033abd92d47da412725.zip
frameworks_base-000479f9e325b4e426a67033abd92d47da412725.tar.gz
frameworks_base-000479f9e325b4e426a67033abd92d47da412725.tar.bz2
split libsurfaceflinger_client and libcamera_client out of libui
Diffstat (limited to 'libs/rs/rsContext.h')
-rw-r--r--libs/rs/rsContext.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h
index 31d8cc8..caf9728 100644
--- a/libs/rs/rsContext.h
+++ b/libs/rs/rsContext.h
@@ -19,8 +19,6 @@
#include "rsUtils.h"
-#include <ui/Surface.h>
-
#include "rsThreadIO.h"
#include "rsType.h"
#include "rsMatrix.h"
@@ -46,6 +44,9 @@
// ---------------------------------------------------------------------------
namespace android {
+
+class Surface;
+
namespace renderscript {
class Context