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"