diff options
Diffstat (limited to 'java/jni/helper_base.hpp')
-rw-r--r-- | java/jni/helper_base.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/jni/helper_base.hpp b/java/jni/helper_base.hpp index 05293108..2e678236 100644 --- a/java/jni/helper_base.hpp +++ b/java/jni/helper_base.hpp @@ -37,12 +37,10 @@ #include <jau/jni/helper_jni.hpp> #include "direct_bt/BTTypes0.hpp" -#include "tinyb/BluetoothException.hpp" jobject get_bluetooth_type(JNIEnv *env, const char *field_name); void raise_java_exception(JNIEnv *env, const direct_bt::BTException &e, const char* file, int line); -void raise_java_exception(JNIEnv *env, const tinyb::BluetoothException &e, const char* file, int line); /** * Re-throw current exception and raise respective java exception |