Removed unnecessary header file

pull/1710/head
Morgan Pretty 1 month ago
parent 3a339b15f9
commit fbd1975673

@ -3,7 +3,6 @@
#include <string_view>
#include <functional>
#include "logging.h"
#include "session/logging.hpp"
#include "session/log_level.h"

@ -1,17 +0,0 @@
#ifndef SESSION_ANDROID_LOGGING_H
#define SESSION_ANDROID_LOGGING_H
#include <jni.h>
#ifdef __cplusplus
extern "C" {
#endif
// Declaration of the JNI function following the JNI naming convention.
JNIEXPORT void JNICALL Java_network_loki_messenger_libsession_1util_util_Logger_initLogger(JNIEnv* env, jclass clazz);
#ifdef __cplusplus
}
#endif
#endif //SESSION_ANDROID_LOGGING_H
Loading…
Cancel
Save