folly: replace old-style header guards with "pragma once"
[folly.git] / folly / test / SynchronizedTestLib-inl.h
index 5399f127fd2b73a07cbb76ff0814aef3904a78b7..1517730ea6f0db6e06deb17e6b106d2ffcae5944 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_TEST_SYNCHRONIZEDTESTLIB_INL_H
-#define FOLLY_TEST_SYNCHRONIZEDTESTLIB_INL_H
+#pragma once
 
 #include <gtest/gtest.h>
 
@@ -353,6 +352,3 @@ template <class Mutex> void testInPlaceConstruction() {
     folly::construct_in_place, 5, "a"
   );
 }
-
-
-#endif  /* FOLLY_TEST_SYNCHRONIZEDTESTLIB_INL_H */