summaryrefslogtreecommitdiff
path: root/cpp/Type.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-03-15 15:56:43 -0700
committerTim Murray <timmurray@google.com>2013-03-19 15:08:44 -0700
commit0b575de8ed0b628d84d256f5846500b0385979bd (patch)
tree255a20e02100f2c53cfaa05b29fb905b38aa6202 /cpp/Type.cpp
parent2487bb71ac56dea46ed382739c37f136e67b2062 (diff)
Add x86 server support.
Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
Diffstat (limited to 'cpp/Type.cpp')
-rw-r--r--cpp/Type.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/Type.cpp b/cpp/Type.cpp
index 675f66e0..8fa505c3 100644
--- a/cpp/Type.cpp
+++ b/cpp/Type.cpp
@@ -14,14 +14,12 @@
* limitations under the License.
*/
-#define LOG_TAG "libRS_cpp"
-
-#include <utils/Log.h>
#include <malloc.h>
#include <string.h>
#include <rs.h>
#include "RenderScript.h"
+#include "rsUtils.h"
using namespace android;
using namespace RSC;