X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=folly%2FAtomicBitSet.h;h=caa61e5a86e664c1471c713172c4b3a10aeaa1f8;hb=d5f5bc4fd1f1e6eebc3e30d00512d853eb6dc611;hp=8e697b8d2bbf6c9833b0cacf8e2644cfee479817;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;p=folly.git diff --git a/folly/AtomicBitSet.h b/folly/AtomicBitSet.h index 8e697b8d..caa61e5a 100644 --- a/folly/AtomicBitSet.h +++ b/folly/AtomicBitSet.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2016 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_ATOMICBITSET_H_ -#define FOLLY_ATOMICBITSET_H_ +#pragma once #include #include @@ -158,5 +157,3 @@ inline bool AtomicBitSet::operator[](size_t idx) const { } } // namespaces - -#endif /* FOLLY_ATOMICBITSET_H_ */