summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsSampler.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-22 17:15:15 -0700
committerJason Sams <rjsams@android.com>2009-06-22 17:15:15 -0700
commit4b962e57a9a1fa923283f2d76855c1c68449564f (patch)
treeb6f1aefe41fbcd1d6bd29de6e46c40e234b48c48 /libs/rs/rsSampler.cpp
parentbba134c8a1dcfe0c8473307a95899a02c9553504 (diff)
downloadframeworks_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.cpp')
-rw-r--r--libs/rs/rsSampler.cpp5
1 files changed, 1 insertions, 4 deletions
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 <GLES/gl.h>
#include <GLES/glext.h>
-#include <utils/Log.h>
#include "rsContext.h"
#include "rsSampler.h"
+
using namespace android;
using namespace android::renderscript;