commit | b206acefa7ef03e02d3e8e161f8a1493329246b3 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Wed Feb 13 14:52:20 2013 -0800 |
committer | Tim Murray <timmurray@google.com> | Wed Feb 13 14:52:42 2013 -0800 |
tree | 941a0f61ae3c5e750fb4ac84c6772f0c48929dff | |
parent | 96267c2ff0133c20cc5643419a3ed3b1e75fe568 [diff] [blame] |
Move rs.h includes to source files. Change-Id: Ic49e3fa5580c67f35a21f95872794ea03dd114b6
diff --git a/cpp/Script.cpp b/cpp/Script.cpp index 0f87adb..ee03aaf 100644 --- a/cpp/Script.cpp +++ b/cpp/Script.cpp
@@ -18,6 +18,7 @@ #include <malloc.h> #include "RenderScript.h" +#include <rs.h> using namespace android; using namespace RSC;