X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FBaton.h;h=c10f7146465d536e32f6ff807dfc0e15b684b50f;hb=e33794f7c6728fc0748d3241a27316e62c4c1e35;hp=6d4a7832dd6dc700436fcc96552e6fa33ff11f72;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/Baton.h b/folly/Baton.h index 6d4a7832..c10f7146 100644 --- a/folly/Baton.h +++ b/folly/Baton.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_BATON_H -#define FOLLY_BATON_H +#pragma once #include #include @@ -24,6 +23,7 @@ #include #include +#include namespace folly { @@ -296,5 +296,3 @@ struct Baton { }; } // namespace folly - -#endif