diff options
Diffstat (limited to 'cpp/RenderScript.cpp')
| -rw-r--r-- | cpp/RenderScript.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp index 6ab22404..fb72738f 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp @@ -20,6 +20,7 @@ #include "RenderScript.h" #include "rsCppStructs.h" +#include "rsCppInternal.h" #include <dlfcn.h> @@ -27,9 +28,6 @@ #include <cutils/properties.h> #endif -#define LOG_NDEBUG 0 -#define LOG_TAG "rsC++" - using namespace android; using namespace RSC; |
