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/rsSampler.h | |
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/rsSampler.h')
-rw-r--r-- | libs/rs/rsSampler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/rs/rsSampler.h b/libs/rs/rsSampler.h index 45d8c61..4b504f6 100644 --- a/libs/rs/rsSampler.h +++ b/libs/rs/rsSampler.h @@ -17,11 +17,6 @@ #ifndef ANDROID_RS_SAMPLER_H #define ANDROID_RS_SAMPLER_H -#include <math.h> -#include <EGL/egl.h> -#include <GLES/gl.h> -#include <GLES/glext.h> - #include "rsAllocation.h" #include "RenderScript.h" |