fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeout tests
[folly.git] / folly / Baton.h
index c14e57f32081210e87b09b5bc3e65f47752ae5e9..c10f7146465d536e32f6ff807dfc0e15b684b50f 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
-#ifndef FOLLY_BATON_H
-#define FOLLY_BATON_H
+#pragma once
 
 #include <stdint.h>
 #include <atomic>
@@ -297,5 +296,3 @@ struct Baton {
 };
 
 } // namespace folly
-
-#endif