Moving DestructorCheck from proxygen library to folly.
[folly.git] / folly / AtomicBitSet.h
index d0d8f8044ccd7fc5e57f24f4e485814b4a45e6e4..c03205278d59b3cb01b81b6d2e831b4bc8e709c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2017 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_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_ */