aboutsummaryrefslogtreecommitdiff
path: root/sources/android/support/include/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/android/support/include/locale.h')
-rw-r--r--sources/android/support/include/locale.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sources/android/support/include/locale.h b/sources/android/support/include/locale.h
index 72f847b38..9443f211b 100644
--- a/sources/android/support/include/locale.h
+++ b/sources/android/support/include/locale.h
@@ -26,8 +26,7 @@
* SUCH DAMAGE.
*/
-#ifndef NDK_ANDROID_SUPPORT_LOCALE_H
-#define NDK_ANDROID_SUPPORT_LOCALE_H
+#pragma once
#include_next <locale.h>
@@ -42,5 +41,3 @@ locale_t uselocale(locale_t);
#endif
__END_DECLS
-
-#endif