Make Observer stress test pass a stress run
[folly.git] / folly / AtomicBitSet.h
index 3d02d572cc2f52f89bba9278616ea7cd3b6bc475..caa61e5a86e664c1471c713172c4b3a10aeaa1f8 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_ATOMICBITSET_H_
-#define FOLLY_ATOMICBITSET_H_
+#pragma once
 
 #include <array>
 #include <atomic>
@@ -158,5 +157,3 @@ inline bool AtomicBitSet<N>::operator[](size_t idx) const {
 }
 
 }  // namespaces
-
-#endif /* FOLLY_ATOMICBITSET_H_ */