X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FAtomicBitSet.h;h=caa61e5a86e664c1471c713172c4b3a10aeaa1f8;hb=3c2fad7c4e858b8bfa4018c4524a2af1a2c8156f;hp=1f3bf1912b70bcf2cf7d691329965b94b496a177;hpb=c63b363e8ecc9dc57fd114956bb50a7b2de8e3bf;p=folly.git diff --git a/folly/AtomicBitSet.h b/folly/AtomicBitSet.h index 1f3bf191..caa61e5a 100644 --- a/folly/AtomicBitSet.h +++ b/folly/AtomicBitSet.h @@ -1,5 +1,5 @@ /* - * Copyright 2013 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 @@ -25,6 +24,8 @@ #include +#include + namespace folly { /** @@ -156,6 +157,3 @@ inline bool AtomicBitSet::operator[](size_t idx) const { } } // namespaces - -#endif /* FOLLY_ATOMICBITSET_H_ */ -