removed unused imports in android jni file

This commit is contained in:
Alejandro Saucedo 2020-10-12 08:12:21 +01:00
parent 6888524606
commit 743a687704

View file

@ -12,13 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#undef DEBUG
#define RELEASE 1
#include <android/log.h>
#include <unistd.h>
#include <string.h>
#include <jni.h>
#include "kompute/Kompute.hpp"