diff options
| author | Jason Sams <rjsams@android.com> | 2009-06-22 17:15:15 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-06-22 17:15:15 -0700 |
| commit | 4b962e57a9a1fa923283f2d76855c1c68449564f (patch) | |
| tree | b6f1aefe41fbcd1d6bd29de6e46c40e234b48c48 /libs/rs/rsMatrix.cpp | |
| parent | bba134c8a1dcfe0c8473307a95899a02c9553504 (diff) | |
| download | frameworks_base-4b962e57a9a1fa923283f2d76855c1c68449564f.zip frameworks_base-4b962e57a9a1fa923283f2d76855c1c68449564f.tar.gz frameworks_base-4b962e57a9a1fa923283f2d76855c1c68449564f.tar.bz2 | |
Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should be included everywhere and contain rs global defines.
Diffstat (limited to 'libs/rs/rsMatrix.cpp')
| -rw-r--r-- | libs/rs/rsMatrix.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsMatrix.cpp b/libs/rs/rsMatrix.cpp index 258b836..5f68197 100644 --- a/libs/rs/rsMatrix.cpp +++ b/libs/rs/rsMatrix.cpp @@ -20,8 +20,6 @@ #include "string.h" #include "math.h" -#include <utils/Log.h> - using namespace android; using namespace android::renderscript; |
