summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsUtils.h
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/rsUtils.h
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/rsUtils.h')
-rw-r--r--libs/rs/rsUtils.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libs/rs/rsUtils.h b/libs/rs/rsUtils.h
index 5a43fb3..0a31097 100644
--- a/libs/rs/rsUtils.h
+++ b/libs/rs/rsUtils.h
@@ -17,9 +17,13 @@
#ifndef ANDROID_RS_UTILS_H
#define ANDROID_RS_UTILS_H
-#include <stdint.h>
-#include <sys/types.h>
+#include "RenderScript.h"
+
+#define LOG_TAG "rs"
+#include <utils/Log.h>
+#include <utils/Vector.h>
#include <stdlib.h>
+#include <pthread.h>
namespace android {
namespace renderscript {