We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22516b commit 3175cddCopy full SHA for 3175cdd
src/loader/android_utilities.cpp
@@ -16,7 +16,6 @@
16
#include <openxr/openxr.h>
17
18
#include <dlfcn.h>
19
-#include <sstream>
20
#include <vector>
21
#include <android/log.h>
22
@@ -26,8 +25,6 @@
26
25
#define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, "OpenXR-Loader", __VA_ARGS__)
27
28
namespace openxr_android {
29
-using wrap::android::content::ContentUris;
30
-using wrap::android::content::Context;
31
using wrap::android::database::Cursor;
32
using wrap::android::net::Uri;
33
using wrap::android::net::Uri_Builder;
0 commit comments