commit | f0c1df480304a72ce41e7d4b088319cbd7f0938a | [log] [tgz] |
---|---|---|
author | Jason Sams <[email protected]> | Tue Oct 26 13:09:17 2010 -0700 |
committer | Jason Sams <[email protected]> | Tue Oct 26 13:09:17 2010 -0700 |
tree | 3e49b31c4490d4b8d7e0ff7893ef0e4e9c7063ee | |
parent | 1f9ba735cc429ae8df140644f6f0a4481f2a8068 [diff] [blame] |
Begin adding async allocation creation. Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
diff --git a/rsObjectBase.h b/rsObjectBase.h index 5f03db5..5cc275a 100644 --- a/rsObjectBase.h +++ b/rsObjectBase.h
@@ -21,9 +21,7 @@ #define RS_OBJECT_DEBUG 0 -#if RS_OBJECT_DEBUG - #include <utils/CallStack.h> -#endif +#include <utils/CallStack.h> namespace android { namespace renderscript {