X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FLikely.h;h=5c7da5e48859dd6a4d4ca0668b4d84ee64f73cee;hp=0888ab7a9891623d3a270c4851bd54d49945923c;hb=6e6f346d41a5b3e431093990db93db141838495f;hpb=321542683a01c3f334047531e9b487f047129775 diff --git a/folly/Likely.h b/folly/Likely.h index 0888ab7a..5c7da5e4 100644 --- a/folly/Likely.h +++ b/folly/Likely.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 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_ */