X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FLikely.h;h=5c7da5e48859dd6a4d4ca0668b4d84ee64f73cee;hp=9dbaec859eafcab497699ea4576fc0abf0a1664f;hb=8bfce3ed35f7597ce59278a845e9be6d75609a41;hpb=546bd3f5f2ed1fdf3a0f5c2b6737a20c4bc2f561 diff --git a/folly/Likely.h b/folly/Likely.h index 9dbaec85..5c7da5e4 100644 --- a/folly/Likely.h +++ b/folly/Likely.h @@ -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. @@ -21,8 +21,7 @@ * @author Tudor Bosman (tudorb@fb.com) */ -#ifndef FOLLY_BASE_LIKELY_H_ -#define FOLLY_BASE_LIKELY_H_ +#pragma once #undef LIKELY #undef UNLIKELY @@ -34,5 +33,3 @@ #define LIKELY(x) (x) #define UNLIKELY(x) (x) #endif - -#endif /* FOLLY_BASE_LIKELY_H_ */