From 4b962e57a9a1fa923283f2d76855c1c68449564f Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Mon, 22 Jun 2009 17:15:15 -0700 Subject: Cleanup includes so Log.h can use the tag. rsUtils.h is the file that should be included everywhere and contain rs global defines. --- libs/rs/rsSampler.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libs/rs/rsSampler.cpp') diff --git a/libs/rs/rsSampler.cpp b/libs/rs/rsSampler.cpp index d89346e..418f127 100644 --- a/libs/rs/rsSampler.cpp +++ b/libs/rs/rsSampler.cpp @@ -14,16 +14,13 @@ * limitations under the License. */ -#include "rsContext.h" - - #include #include -#include #include "rsContext.h" #include "rsSampler.h" + using namespace android; using namespace android::renderscript; -- cgit v1.1