X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FSmallLocks.h;h=fe447563f809fec36187e8f760072a53a5f2a4f8;hb=42ca5613a7c6e5d03523fb57f0ce718feb03dc26;hp=88fefe3e966d772d58174f1571769b8d31999c08;hpb=b1eb6819f3ffe6b645f39d505ca8ace3116b7873;p=folly.git diff --git a/folly/SmallLocks.h b/folly/SmallLocks.h index 88fefe3e..fe447563 100644 --- a/folly/SmallLocks.h +++ b/folly/SmallLocks.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_SMALLLOCKS_H_ -#define FOLLY_SMALLLOCKS_H_ +#pragma once /* * This header defines a few very small mutex types. These are useful @@ -41,5 +40,3 @@ #if FOLLY_X64 || FOLLY_A64 || FOLLY_PPC64 #include #endif - -#endif