diff options
author | 2012-03-09 10:47:27 -0800 | |
---|---|---|
committer | 2012-03-09 10:47:27 -0800 | |
commit | bedc023170ccde8cc814df0b3e46a834b297325a (patch) | |
tree | b8d77f66f0295aa10cb159875aa5dfa707dc6384 /libs/rs/rsContext.h | |
parent | 137ccbb8de51fd2e7936e1da447856373cc90c17 (diff) |
More header untangling.
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
Diffstat (limited to 'libs/rs/rsContext.h')
-rw-r--r-- | libs/rs/rsContext.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 05c799e4a5cc..0f44267f55fb 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h @@ -18,18 +18,10 @@ #define ANDROID_RS_CONTEXT_H #include "rsUtils.h" -#include "rsType.h" -#include "rsAllocation.h" -#include "rsMesh.h" - #include "rs_hal.h" -#include "rsMutex.h" #include "rsThreadIO.h" -#include "rsMatrix4x4.h" -#include "rsDevice.h" #include "rsScriptC.h" -#include "rsAdapter.h" #include "rsSampler.h" #include "rsFont.h" #include "rsPath.h" @@ -39,13 +31,13 @@ #include "rsProgramVertex.h" #include "rsFBOCache.h" -#include "rsgApiStructs.h" - // --------------------------------------------------------------------------- namespace android { namespace renderscript { +class Device; + #if 0 #define CHECK_OBJ(o) { \ GET_TLS(); \ |