summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/android-base/endian.h')
-rw-r--r--base/include/android-base/endian.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/base/include/android-base/endian.h b/base/include/android-base/endian.h
index 6eb677cd3..cbbd8c9bc 100644
--- a/base/include/android-base/endian.h
+++ b/base/include/android-base/endian.h
@@ -14,8 +14,7 @@
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 16
17#ifndef ANDROID_BASE_ENDIAN_H 17#pragma once
18#define ANDROID_BASE_ENDIAN_H
19 18
20/* A cross-platform equivalent of bionic's <sys/endian.h>. */ 19/* A cross-platform equivalent of bionic's <sys/endian.h>. */
21 20
@@ -86,5 +85,3 @@
86#define le64toh(x) (x) 85#define le64toh(x) (x)
87 86
88#endif 87#endif
89
90#endif // ANDROID_BASE_ENDIAN_H