Skip to content

Commit 3175cdd

Browse files
OpenXR loader: Remove unused things
Co-authored-by: Rylie Pavlik <[email protected]>
1 parent e22516b commit 3175cdd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/loader/android_utilities.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <openxr/openxr.h>
1717

1818
#include <dlfcn.h>
19-
#include <sstream>
2019
#include <vector>
2120
#include <android/log.h>
2221

@@ -26,8 +25,6 @@
2625
#define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, "OpenXR-Loader", __VA_ARGS__)
2726

2827
namespace openxr_android {
29-
using wrap::android::content::ContentUris;
30-
using wrap::android::content::Context;
3128
using wrap::android::database::Cursor;
3229
using wrap::android::net::Uri;
3330
using wrap::android::net::Uri_Builder;

0 commit comments

Comments
 (0)