summaryrefslogtreecommitdiffstats
path: root/base/include/android-base/parseint.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/android-base/parseint.h')
-rw-r--r--base/include/android-base/parseint.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/base/include/android-base/parseint.h b/base/include/android-base/parseint.h
index 1b7cc5fa6..b0fc7c3f3 100644
--- a/base/include/android-base/parseint.h
+++ b/base/include/android-base/parseint.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef ANDROID_BASE_PARSEINT_H
-#define ANDROID_BASE_PARSEINT_H
+#pragma once
#include <errno.h>
#include <stdlib.h>
@@ -104,5 +103,3 @@ bool ParseInt(const std::string& s, T* out,
} // namespace base
} // namespace android
-
-#endif // ANDROID_BASE_PARSEINT_H