diff options
Diffstat (limited to 'cpp/Type.cpp')
| -rw-r--r-- | cpp/Type.cpp | 4 |
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; |
