diff options
author | 2009-06-22 17:15:15 -0700 | |
---|---|---|
committer | 2009-06-22 17:15:15 -0700 | |
commit | 4b962e57a9a1fa923283f2d76855c1c68449564f (patch) | |
tree | b6f1aefe41fbcd1d6bd29de6e46c40e234b48c48 /libs/rs/rsScriptC.cpp | |
parent | bba134c8a1dcfe0c8473307a95899a02c9553504 (diff) |
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/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index e170b8ca9d8f..27c13bd41af6 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -21,6 +21,9 @@ #include "acc/acc.h" #include "utils/String8.h" +#include <GLES/gl.h> +#include <GLES/glext.h> + using namespace android; using namespace android::renderscript; |