From 743a6877042408cdab87ce75710385142bfe04ee Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Mon, 12 Oct 2020 08:12:21 +0100 Subject: [PATCH] removed unused imports in android jni file --- .../android-simple/app/src/main/cpp/KomputeJniNative.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/android/android-simple/app/src/main/cpp/KomputeJniNative.cpp b/examples/android/android-simple/app/src/main/cpp/KomputeJniNative.cpp index b15c89f3d..25b9a0ae6 100644 --- a/examples/android/android-simple/app/src/main/cpp/KomputeJniNative.cpp +++ b/examples/android/android-simple/app/src/main/cpp/KomputeJniNative.cpp @@ -12,13 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#undef DEBUG -#define RELEASE 1 - -#include #include -#include #include #include "kompute/Kompute.hpp"