folly: replace old-style header guards with "pragma once"
[folly.git] / folly / detail / RangeSse42.h
index b943491c6abd8c13c3e5a41706c3bbb8e215ed71..e0578202e94e668f61f37560cc36c9e06ae1640d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_DETAIL_RANGE_SSE42_H_
-#define FOLLY_DETAIL_RANGE_SSE42_H_
+#pragma once
 
 #include <cstddef>
 #include <folly/detail/RangeCommon.h>
@@ -30,5 +29,3 @@ size_t qfind_first_byte_of_sse42(const StringPieceLite haystack,
 }
 
 }
-
-#endif