aboutsummaryrefslogtreecommitdiff
path: root/sources/android/support/include/uchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/android/support/include/uchar.h')
-rw-r--r--sources/android/support/include/uchar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sources/android/support/include/uchar.h b/sources/android/support/include/uchar.h
index 42942c415..88e508630 100644
--- a/sources/android/support/include/uchar.h
+++ b/sources/android/support/include/uchar.h
@@ -26,8 +26,7 @@
* SUCH DAMAGE.
*/
-#ifndef NDK_ANDROID_SUPPORT_UCHAR_H
-#define NDK_ANDROID_SUPPORT_UCHAR_H
+#pragma once
#include_next <uchar.h>
@@ -41,5 +40,3 @@ size_t mbrtoc32(char32_t* __restrict, const char* __restrict, size_t, mbstate_t*
#endif
__END_DECLS
-
-#endif