summaryrefslogtreecommitdiffstats
path: root/base/include/android-base/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/android-base/strings.h')
-rw-r--r--base/include/android-base/strings.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/base/include/android-base/strings.h b/base/include/android-base/strings.h
index 4d9fa3404..9c3556084 100644
--- a/base/include/android-base/strings.h
+++ b/base/include/android-base/strings.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef ANDROID_BASE_STRINGS_H
-#define ANDROID_BASE_STRINGS_H
+#pragma once
#include <sstream>
#include <string>
@@ -75,5 +74,3 @@ bool EqualsIgnoreCase(const std::string& lhs, const std::string& rhs);
} // namespace base
} // namespace android
-
-#endif // ANDROID_BASE_STRINGS_H