Codemod: use #include angle brackets in folly and thrift
authorTudor Bosman <tudorb@fb.com>
Mon, 30 Jun 2014 18:56:53 +0000 (11:56 -0700)
committerTudor Bosman <tudorb@fb.com>
Tue, 1 Jul 2014 23:42:44 +0000 (16:42 -0700)
Summary: Also changed the thrift compilers to emit code with <...>.

Test Plan: fbconfig -r folly thrift && fbmake opt && fbmake runtests_opt

Reviewed By: davejwatson@fb.com

Subscribers: ruibalp, nli, shilin, tjackson, fugalh, alandau, bmatheny, njormrod

FB internal diff: D1411225

308 files changed:
folly/Arena.h
folly/AtomicHashArray-inl.h
folly/AtomicHashArray.h
folly/AtomicHashMap-inl.h
folly/AtomicHashMap.h
folly/Benchmark.h
folly/Bits.cpp
folly/Bits.h
folly/Checksum.cpp
folly/Chrono.h
folly/ConcurrentSkipList-inl.h
folly/ConcurrentSkipList.h
folly/Conv.cpp
folly/Conv.h
folly/CpuId.h
folly/Demangle.cpp
folly/Demangle.h
folly/DiscriminatedPtr.h
folly/DynamicConverter.h
folly/Exception.h
folly/ExceptionWrapper.h
folly/FBString.h
folly/FBVector.h
folly/File.cpp
folly/FileUtil.cpp
folly/FileUtil.h
folly/Fingerprint.h
folly/Format-inl.h
folly/Format.cpp
folly/Format.h
folly/FormatArg.h
folly/GroupVarint.cpp
folly/GroupVarint.h
folly/Hash.h
folly/IPAddress.cpp
folly/IPAddress.h
folly/IPAddressException.h
folly/IPAddressV4.cpp
folly/IPAddressV4.h
folly/IPAddressV6.cpp
folly/IPAddressV6.h
folly/Lazy.h
folly/LifoSem.h
folly/MPMCPipeline.h
folly/MacAddress.cpp
folly/MacAddress.h
folly/Malloc.cpp
folly/Malloc.h
folly/Memory.h
folly/MemoryMapping.cpp
folly/MemoryMapping.h
folly/Optional.h
folly/PackedSyncPtr.h
folly/Padded.h
folly/Portability.h
folly/RWSpinLock.h
folly/Random.cpp
folly/Random.h
folly/Range.cpp
folly/Range.h
folly/SafeAssert.cpp
folly/SafeAssert.h
folly/ScopeGuard.h
folly/SmallLocks.h
folly/SpookyHashV1.cpp
folly/SpookyHashV2.cpp
folly/String.cpp
folly/String.h
folly/Subprocess.cpp
folly/Subprocess.h
folly/Synchronized.h
folly/ThreadCachedArena.cpp
folly/ThreadCachedArena.h
folly/ThreadCachedInt.h
folly/ThreadLocal.h
folly/TimeoutQueue.cpp
folly/Traits.h
folly/Unicode.cpp
folly/Unicode.h
folly/Uri-inl.h
folly/Uri.cpp
folly/Uri.h
folly/Varint.h
folly/build/GenerateFingerprintTables.cpp
folly/build/generate_format_tables.py
folly/build/generate_varint_tables.py
folly/detail/CacheLocality.cpp
folly/detail/CacheLocality.h
folly/detail/Clock.cpp
folly/detail/Clock.h
folly/detail/FunctionalExcept.cpp
folly/detail/FunctionalExcept.h
folly/detail/IPAddress.h
folly/detail/MPMCPipelineDetail.h
folly/detail/Malloc.h
folly/detail/MallocImpl.cpp
folly/detail/SlowFingerprint.h
folly/detail/ThreadLocalDetail.h
folly/dynamic-inl.h
folly/dynamic.cpp
folly/dynamic.h
folly/experimental/Bits.h
folly/experimental/EliasFanoCoding.h
folly/experimental/EventCount.h
folly/experimental/TestUtil.cpp
folly/experimental/TestUtil.h
folly/experimental/exception_tracer/ExceptionTracer.cpp
folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp
folly/experimental/exception_tracer/ExceptionTracerLib.cpp
folly/experimental/exception_tracer/ExceptionTracerTest.cpp
folly/experimental/exception_tracer/StackTrace.cpp
folly/experimental/io/AsyncIO.cpp
folly/experimental/io/AsyncIO.h
folly/experimental/io/FsUtil.cpp
folly/experimental/io/HugePageUtil.cpp
folly/experimental/io/HugePages.cpp
folly/experimental/io/HugePages.h
folly/experimental/io/test/AsyncIOTest.cpp
folly/experimental/io/test/FsUtilTest.cpp
folly/experimental/symbolizer/Dwarf.cpp
folly/experimental/symbolizer/Dwarf.h
folly/experimental/symbolizer/Elf.cpp
folly/experimental/symbolizer/Elf.h
folly/experimental/symbolizer/ElfCache.cpp
folly/experimental/symbolizer/ElfCache.h
folly/experimental/symbolizer/ElfUtil.cpp
folly/experimental/symbolizer/LineReader.cpp
folly/experimental/symbolizer/LineReader.h
folly/experimental/symbolizer/SignalHandler.cpp
folly/experimental/symbolizer/StackTrace.cpp
folly/experimental/symbolizer/Symbolizer.cpp
folly/experimental/symbolizer/Symbolizer.h
folly/experimental/symbolizer/test/Crash.cpp
folly/experimental/symbolizer/test/ElfTests.cpp
folly/experimental/symbolizer/test/LineReaderTest.cpp
folly/experimental/symbolizer/test/SignalHandlerTest.cpp
folly/experimental/symbolizer/test/StackTraceTest.cpp
folly/experimental/symbolizer/test/SymbolizerTest.cpp
folly/experimental/test/BitsBenchmark.cpp
folly/experimental/test/BitsTest.cpp
folly/experimental/test/EliasFanoCodingTest.cpp
folly/experimental/test/EventCountTest.cpp
folly/experimental/test/TestUtilTest.cpp
folly/gen/Base.h
folly/gen/Combine.h
folly/gen/Core.h
folly/gen/File-inl.h
folly/gen/File.h
folly/gen/Parallel-inl.h
folly/gen/Parallel.h
folly/gen/ParallelMap-inl.h
folly/gen/ParallelMap.h
folly/gen/String-inl.h
folly/gen/String.h
folly/gen/test/BaseBenchmark.cpp
folly/gen/test/BaseTest.cpp
folly/gen/test/Bench.h
folly/gen/test/CombineTest.cpp
folly/gen/test/FileBenchmark.cpp
folly/gen/test/FileTest.cpp
folly/gen/test/ParallelBenchmark.cpp
folly/gen/test/ParallelMapBenchmark.cpp
folly/gen/test/ParallelMapTest.cpp
folly/gen/test/ParallelTest.cpp
folly/gen/test/StringBenchmark.cpp
folly/gen/test/StringTest.cpp
folly/io/Compression.cpp
folly/io/Compression.h
folly/io/Cursor.h
folly/io/IOBuf.cpp
folly/io/IOBuf.h
folly/io/IOBufQueue.cpp
folly/io/IOBufQueue.h
folly/io/RecordIO-inl.h
folly/io/RecordIO.cpp
folly/io/RecordIO.h
folly/io/TypedIOBuf.h
folly/io/async/AsyncTimeout.cpp
folly/io/async/AsyncTimeout.h
folly/io/async/EventBase.cpp
folly/io/async/EventBase.h
folly/io/async/EventHandler.cpp
folly/io/async/EventHandler.h
folly/io/async/NotificationQueue.h
folly/io/async/Request.cpp
folly/io/async/Request.h
folly/io/test/CompressionTest.cpp
folly/io/test/IOBufCursorTest.cpp
folly/io/test/IOBufQueueTest.cpp
folly/io/test/IOBufTest.cpp
folly/io/test/NetworkBenchmark.cpp
folly/io/test/RecordIOTest.cpp
folly/json.cpp
folly/json.h
folly/small_vector.h
folly/stats/BucketedTimeSeries-defs.h
folly/stats/BucketedTimeSeries.h
folly/stats/Histogram-defs.h
folly/stats/Histogram.h
folly/stats/Instantiations.cpp
folly/stats/MultiLevelTimeSeries.h
folly/stats/TimeseriesHistogram-defs.h
folly/stats/TimeseriesHistogram.h
folly/test/AHMIntStressTest.cpp
folly/test/ApplyTupleTest.cpp
folly/test/ArenaSmartPtrTest.cpp
folly/test/ArenaTest.cpp
folly/test/AsciiCaseInsensitiveBenchmark.cpp
folly/test/AsciiCaseInsensitiveTest.cpp
folly/test/AtomicBitSetTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/AtomicStructTest.cpp
folly/test/BenchmarkTest.cpp
folly/test/BitIteratorTest.cpp
folly/test/BitsTest.cpp
folly/test/CacheLocalityTest.cpp
folly/test/ChecksumTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ConvTest.cpp
folly/test/CpuIdTest.cpp
folly/test/DiscriminatedPtrTest.cpp
folly/test/DynamicConverterTest.cpp
folly/test/DynamicTest.cpp
folly/test/EndianTest.cpp
folly/test/ExceptionTest.cpp
folly/test/ExceptionWrapperBenchmark.cpp
folly/test/ExceptionWrapperTest.cpp
folly/test/FBStringBenchmark.cpp
folly/test/FBStringTest.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/FileTest.cpp
folly/test/FileTestLockHelper.cpp
folly/test/FileUtilTest.cpp
folly/test/FingerprintTest.cpp
folly/test/ForeachTest.cpp
folly/test/FormatBenchmark.cpp
folly/test/FormatTest.cpp
folly/test/FutexTest.cpp
folly/test/GroupVarintTest.cpp
folly/test/HasMemberFnTraitsTest.cpp
folly/test/HashTest.cpp
folly/test/HistogramBenchmark.cpp
folly/test/HistogramTest.cpp
folly/test/IPAddressTest.cpp
folly/test/IPAddressTest.h
folly/test/JsonTest.cpp
folly/test/LazyTest.cpp
folly/test/LifoSemTests.cpp
folly/test/MPMCPipelineTest.cpp
folly/test/MacAddressTest.cpp
folly/test/MapUtilTest.cpp
folly/test/MemoryMappingTest.cpp
folly/test/MemoryTest.cpp
folly/test/MergeTest.cpp
folly/test/MoveWrapperTest.cpp
folly/test/OptionalTest.cpp
folly/test/PackedSyncPtrTest.cpp
folly/test/PaddedTest.cpp
folly/test/PortabilityTest.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/RWSpinLockTest.cpp
folly/test/RandomTest.cpp
folly/test/RangeFindBenchmark.cpp
folly/test/RangeTest.cpp
folly/test/SafeAssertTest.cpp
folly/test/ScopeGuardTest.cpp
folly/test/SmallLocksTest.cpp
folly/test/SpookyHashV1Test.cpp
folly/test/SpookyHashV2Test.cpp
folly/test/StringTest.cpp
folly/test/SubprocessTest.cpp
folly/test/SubprocessTestParentDeathHelper.cpp
folly/test/SynchronizedTest.cpp
folly/test/SynchronizedTestLib-inl.h
folly/test/SynchronizedTestLib.h
folly/test/ThreadCachedArenaTest.cpp
folly/test/ThreadCachedIntTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/TimeoutQueueTest.cpp
folly/test/TimeseriesBenchmark.cpp
folly/test/TimeseriesHistogramTest.cpp
folly/test/TimeseriesTest.cpp
folly/test/TraitsTest.cpp
folly/test/UriTest.cpp
folly/test/VarintTest.cpp
folly/test/function_benchmark/benchmark_impl.cpp
folly/test/function_benchmark/main.cpp
folly/test/function_benchmark/test_functions.cpp
folly/test/small_vector_test.cpp
folly/test/sorted_vector_test.cpp
folly/test/stl_tests/StlVectorTest.cpp
folly/wangle/Future.h
folly/wangle/InlineExecutor.h
folly/wangle/Later-inl.h
folly/wangle/Later.h
folly/wangle/ManualExecutor.h
folly/wangle/QueuedImmediateExecutor.cpp
folly/wangle/QueuedImmediateExecutor.h
folly/wangle/test/ExecutorTest.cpp
folly/wangle/test/FutureTest.cpp
folly/wangle/test/LaterTest.cpp
folly/wangle/test/Thens.h
folly/wangle/test/ThreadGateTest.cpp
folly/wangle/test/Try.cpp

index 5ea7552fcf252bc416019c81eb279175fac5b55d..2b93aa344547fd658cb0a3477a3c3d7c826498ef 100644 (file)
 #include <utility>
 #include <boost/intrusive/slist.hpp>
 
-#include "folly/Conv.h"
-#include "folly/Likely.h"
-#include "folly/Malloc.h"
-#include "folly/Memory.h"
+#include <folly/Conv.h>
+#include <folly/Likely.h>
+#include <folly/Malloc.h>
+#include <folly/Memory.h>
 
 namespace folly {
 
@@ -244,6 +244,6 @@ struct IsArenaAllocator<SysArena> : std::true_type { };
 
 }  // namespace folly
 
-#include "folly/Arena-inl.h"
+#include <folly/Arena-inl.h>
 
 #endif /* FOLLY_ARENA_H_ */
index 4ad8a897bed42d422675c73ca2c8eea0f64b89d3..95c86df35376690c56769347cc401245ffc6c7dd 100644 (file)
@@ -18,8 +18,8 @@
 #error "This should only be included by AtomicHashArray.h"
 #endif
 
-#include "folly/Bits.h"
-#include "folly/detail/AtomicHashUtils.h"
+#include <folly/Bits.h>
+#include <folly/detail/AtomicHashUtils.h>
 
 namespace folly {
 
index d5ee3fe91e9c9e93c2da925255e728c3fd88a2b3..043909c0f067379358323d22dc20cdd57eb6f632 100644 (file)
@@ -37,8 +37,8 @@
 #include <boost/iterator/iterator_facade.hpp>
 #include <boost/noncopyable.hpp>
 
-#include "folly/Hash.h"
-#include "folly/ThreadCachedInt.h"
+#include <folly/Hash.h>
+#include <folly/ThreadCachedInt.h>
 
 namespace folly {
 
index afac177fac801100f179a01e90bf7e9a9214739e..264064b7c19e5461e70f72bae1a4d6e25793966f 100644 (file)
@@ -18,7 +18,7 @@
 #error "This should only be included by AtomicHashMap.h"
 #endif
 
-#include "folly/detail/AtomicHashUtils.h"
+#include <folly/detail/AtomicHashUtils.h>
 
 namespace folly {
 
index 33ab11c9f0249ccf20488af9d7cc2d3ef636390e..21c52f0e00222731a0b3b9063d90a59e0c407b39 100644 (file)
 #include <functional>
 #include <atomic>
 
-#include "folly/AtomicHashArray.h"
-#include "folly/Foreach.h"
-#include "folly/Hash.h"
-#include "folly/Likely.h"
-#include "folly/ThreadCachedInt.h"
+#include <folly/AtomicHashArray.h>
+#include <folly/Foreach.h>
+#include <folly/Hash.h>
+#include <folly/Likely.h>
+#include <folly/ThreadCachedInt.h>
 
 namespace folly {
 
index 0ca2b167bb531478d51acc7bd29b7e769953947a..4fd28b4862ef365c5006d177970cf64623654182 100644 (file)
@@ -17,8 +17,8 @@
 #ifndef FOLLY_BENCHMARK_H_
 #define FOLLY_BENCHMARK_H_
 
-#include "folly/Portability.h"
-#include "folly/Preprocessor.h" // for FB_ANONYMOUS_VARIABLE
+#include <folly/Portability.h>
+#include <folly/Preprocessor.h> // for FB_ANONYMOUS_VARIABLE
 #include <cassert>
 #include <ctime>
 #include <boost/function_types/function_arity.hpp>
index 4a36bf1a3033d6b632adea4d692223bec766f3f7..2c6694f2e568c54a9f0bbbb4068405ca2a86f7c6 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Bits.h"
+#include <folly/Bits.h>
 
-#include "folly/CpuId.h"
-#include "folly/Portability.h"
+#include <folly/CpuId.h>
+#include <folly/Portability.h>
 
 // None of this is necessary if we're compiling for a target that supports
 // popcnt
index 78160533959ab4b7b43b84e8917ef9a20da907d7..491fcf70007521707a9198e7be2a113ea94b48ce 100644 (file)
@@ -55,7 +55,7 @@
 #ifndef FOLLY_BITS_H_
 #define FOLLY_BITS_H_
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #ifndef __GNUC__
 #error GCC required
 #endif
 
 #ifndef FOLLY_NO_CONFIG
-#include "folly/folly-config.h"
+#include <folly/folly-config.h>
 #endif
 
-#include "folly/detail/BitsDetail.h"
-#include "folly/detail/BitIteratorDetail.h"
-#include "folly/Likely.h"
+#include <folly/detail/BitsDetail.h>
+#include <folly/detail/BitIteratorDetail.h>
+#include <folly/Likely.h>
 
 #if FOLLY_HAVE_BYTESWAP_H
 # include <byteswap.h>
index ba32d687a49293d54bdace1ab4a5a1e0f10cd3f8..3882a6e8c13f28951aaa7b728ecc3c30410ace59 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Checksum.h"
+#include <folly/Checksum.h>
 #include <algorithm>
 #include <stdexcept>
 #include <boost/crc.hpp>
-#include "folly/CpuId.h"
+#include <folly/CpuId.h>
 
 namespace folly {
 
index 1a9dfa54631285b7e2e3dac540f5fcf15054c7ca..d78e7663571a69144e72ad57727d90b8b4599924 100644 (file)
@@ -19,7 +19,7 @@
 #define FOLLY_CHRONO_H_
 
 #include <chrono>
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 // gcc 4.6 uses an obsolete name for steady_clock, although the implementation
 // is the same
index 11813f03e4931cd042b573f98fb330e87fa9910f..227a3325071df932d3154c4c5b1d6f172388b5a9 100644 (file)
@@ -32,9 +32,9 @@
 #include <boost/type_traits.hpp>
 #include <glog/logging.h>
 
-#include "folly/Memory.h"
-#include "folly/SmallLocks.h"
-#include "folly/ThreadLocal.h"
+#include <folly/Memory.h>
+#include <folly/SmallLocks.h>
+#include <folly/ThreadLocal.h>
 
 namespace folly { namespace detail {
 
index 265f5fc5e9c6141e3274572625a4b5a345987496..987aa094e4426018ee7e9bd2e359f00a7953659f 100644 (file)
@@ -128,10 +128,10 @@ Sample usage:
 #include <boost/iterator/iterator_facade.hpp>
 #include <glog/logging.h>
 
-#include "folly/ConcurrentSkipList-inl.h"
-#include "folly/Likely.h"
-#include "folly/Memory.h"
-#include "folly/SmallLocks.h"
+#include <folly/ConcurrentSkipList-inl.h>
+#include <folly/Likely.h>
+#include <folly/Memory.h>
+#include <folly/SmallLocks.h>
 
 namespace folly {
 
index a5dc1ac1fcb855dd7daf0632a690f015c908b5fe..4f825829cc46fae7e3bdc629b925c5f876a75b9e 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #define FOLLY_CONV_INTERNAL
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 namespace folly {
 namespace detail {
index 120eda96698e9b3869ae46c8f72125d4c273cfa8..79397262d82b493dab59b2dd81d7c0ad9d2c668a 100644 (file)
 #ifndef FOLLY_BASE_CONV_H_
 #define FOLLY_BASE_CONV_H_
 
-#include "folly/FBString.h"
-#include "folly/Likely.h"
-#include "folly/Preprocessor.h"
-#include "folly/Range.h"
+#include <folly/FBString.h>
+#include <folly/Likely.h>
+#include <folly/Preprocessor.h>
+#include <folly/Range.h>
 
 #include <boost/implicit_cast.hpp>
 #include <type_traits>
index facabe18cd046504ec5f3e6caa4531690e1f855b..966bfc1f2f316b840215513b0dd9d4916f3b8a4f 100644 (file)
@@ -18,7 +18,7 @@
 #define FOLLY_CPUID_H_
 
 #include <cstdint>
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 namespace folly {
 
index 3922f74fcb458cbd83115714e7ea79ae725563f9..765db5ac03fc52aa693e31469e1dfa067b0c018b 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Demangle.h"
+#include <folly/Demangle.h>
 
 #include <algorithm>
 #include <string.h>
 
-#include "folly/Malloc.h"
+#include <folly/Malloc.h>
 
 #if FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK
 # include <cxxabi.h>
index 205fdb65a3fc01c2f8b63efe61c0589be37d618a..58aa11eb46bdc95777b35bf3ff18d3c3b137e0ce 100644 (file)
@@ -16,7 +16,7 @@
 
 #pragma once
 
-#include "folly/FBString.h"
+#include <folly/FBString.h>
 
 namespace folly {
 
index b2e363eb0b3c9ed11390ccbe81822a5f1499eb7b..40821bb310d58637935c7de6b9959361192e599e 100644 (file)
@@ -30,9 +30,9 @@
 #include <limits>
 #include <stdexcept>
 #include <glog/logging.h>
-#include "folly/Likely.h"
-#include "folly/Portability.h"
-#include "folly/detail/DiscriminatedPtrDetail.h"
+#include <folly/Likely.h>
+#include <folly/Portability.h>
+#include <folly/detail/DiscriminatedPtrDetail.h>
 
 #if !FOLLY_X64
 # error "DiscriminatedPtr is x64-specific code."
index d6ade8c91970992fbdf6d6b375fdab3142a88d40..d64dcc2827bcada3ba2ba986a311d53364de605e 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef DYNAMIC_CONVERTER_H
 #define DYNAMIC_CONVERTER_H
 
-#include "folly/dynamic.h"
+#include <folly/dynamic.h>
 namespace folly {
   template <typename T> T convertTo(const dynamic&);
   template <typename T> dynamic toDynamic(const T&);
@@ -41,7 +41,7 @@ namespace folly {
 #include <iterator>
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <boost/mpl/has_xxx.hpp>
-#include "folly/Likely.h"
+#include <folly/Likely.h>
 
 namespace folly {
 
index cfa265d8ac41401e34fbc029f25dd13cc7a18872..f0547c02545adf2797dba310d5a510a0d914958b 100644 (file)
 #include <stdexcept>
 #include <system_error>
 
-#include "folly/Conv.h"
-#include "folly/FBString.h"
-#include "folly/Likely.h"
-#include "folly/Portability.h"
+#include <folly/Conv.h>
+#include <folly/FBString.h>
+#include <folly/Likely.h>
+#include <folly/Portability.h>
 
 namespace folly {
 
index 23a9ac7a68dffe5eb0b4405f46ce9064fbd1ba5f..726a27fc810ee367db88946ad035414264f067af 100644 (file)
@@ -20,7 +20,7 @@
 #include <cassert>
 #include <exception>
 #include <memory>
-#include "folly/detail/ExceptionWrapper.h"
+#include <folly/detail/ExceptionWrapper.h>
 
 namespace folly {
 
index 4b59ac9e797646540003d7ff3b78f388e13c2bdf..90c00fe968b23af1b4e376aceb5220944a2c2477 100644 (file)
@@ -44,7 +44,7 @@
 
 #else // !_LIBSTDCXX_FBSTRING
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 // libc++ doesn't provide this header, nor does msvc
 #ifdef FOLLY_HAVE_BITS_CXXCONFIG_H
 #include <cassert>
 #include <algorithm>
 
-#include "folly/Traits.h"
-#include "folly/Malloc.h"
-#include "folly/Hash.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Traits.h>
+#include <folly/Malloc.h>
+#include <folly/Hash.h>
+#include <folly/ScopeGuard.h>
 
 #if FOLLY_HAVE_DEPRECATED_ASSOC
 #ifdef _GLIBCXX_SYMVER
index f7b8e6787dbfa2ed687a51addf95b9fb0c937484..1a04eebc99e306c73918247f45b65dace7477193 100644 (file)
 #include <type_traits>
 #include <utility>
 
-#include "folly/Likely.h"
-#include "folly/Malloc.h"
-#include "folly/Traits.h"
+#include <folly/Likely.h>
+#include <folly/Malloc.h>
+#include <folly/Traits.h>
 
 #include <boost/operators.hpp>
 
 // some files expected these from FBVector
 #include <limits>
-#include "folly/Foreach.h"
+#include <folly/Foreach.h>
 #include <boost/type_traits.hpp>
 #include <boost/utility/enable_if.hpp>
 
index c60dfbced7fcf7406aa5df50cac1e2a9d6f8964d..12c4902f05cb553587d285b7118ca43f80f49aa9 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/File.h"
+#include <folly/File.h>
 
 #include <fcntl.h>
 #include <unistd.h>
 
-#include "folly/Exception.h"
-#include "folly/FileUtil.h"
-#include "folly/Format.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Exception.h>
+#include <folly/FileUtil.h>
+#include <folly/Format.h>
+#include <folly/ScopeGuard.h>
 
 #include <system_error>
 
index 6ef48e85c5d97460da02914a626e64c383a24b73..fd82b278953ad622cb046c33626100f0dfc2c591 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/FileUtil.h"
+#include <folly/FileUtil.h>
 
 #include <cerrno>
 #ifdef __APPLE__
@@ -23,7 +23,7 @@
 #include <sys/file.h>
 #include <sys/socket.h>
 
-#include "folly/detail/FileUtilDetail.h"
+#include <folly/detail/FileUtilDetail.h>
 
 namespace folly {
 
index 4eb56df37775215fc235434405a0bde37afcde65..2679f928f1add40886c1e3dfb0b1fe1a23134d08 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef FOLLY_FILEUTIL_H_
 #define FOLLY_FILEUTIL_H_
 
-#include "folly/Conv.h"
-#include "folly/Portability.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Conv.h>
+#include <folly/Portability.h>
+#include <folly/ScopeGuard.h>
 
 #include <cassert>
 #include <limits>
index a0c474564ab20708ee48b2a97f8bc3471b848f4b..9dbf13e9c9546b1e99d4533106f26d2cbcabc857 100644 (file)
@@ -47,7 +47,7 @@
 
 #include <cstdint>
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 namespace folly {
 
index 79ea1f7915bb040a24879f4c6feacac093a89fc6..625233f5f49c6a97e1045761a8bcae88f2a626b1 100644 (file)
@@ -18,8 +18,8 @@
 #error This file may only be included from Format.h.
 #endif
 
-#include "folly/Exception.h"
-#include "folly/Traits.h"
+#include <folly/Exception.h>
+#include <folly/Traits.h>
 
 // Ignore -Wformat-nonliteral warnings within this file
 #pragma GCC diagnostic push
index 553c550abd46d5c56449dedeec6d757db4a27867..53a218622d812a7bb6fe63b2baf5e99d0e5b4682 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Format.h"
+#include <folly/Format.h>
 
 namespace folly {
 namespace detail {
index 7cc83413a93ff18ac1d568e400a5f1a6362512d7..343f7b534f674e760c1bbf5674ab6f372eaeaa8d 100644 (file)
 
 #include <double-conversion/double-conversion.h>
 
-#include "folly/FBVector.h"
-#include "folly/Conv.h"
-#include "folly/Range.h"
-#include "folly/Traits.h"
-#include "folly/Likely.h"
-#include "folly/String.h"
-#include "folly/small_vector.h"
-#include "folly/FormatArg.h"
+#include <folly/FBVector.h>
+#include <folly/Conv.h>
+#include <folly/Range.h>
+#include <folly/Traits.h>
+#include <folly/Likely.h>
+#include <folly/String.h>
+#include <folly/small_vector.h>
+#include <folly/FormatArg.h>
 
 // Ignore shadowing warnings within this file, so includers can use -Wshadow.
 #pragma GCC diagnostic push
@@ -415,7 +415,7 @@ void formatFormatter(const Formatter<containerMode, Args...>& formatter,
 
 }  // namespace folly
 
-#include "folly/Format-inl.h"
+#include <folly/Format-inl.h>
 
 #pragma GCC diagnostic pop
 
index fda872d39a901e16c3a68849299b8d21c45f2e7f..e815064660d0c9fbc89be0b15b2f8acf740fe414 100644 (file)
 #define FOLLY_FORMATARG_H_
 
 #include <stdexcept>
-#include "folly/Conv.h"
-#include "folly/Likely.h"
-#include "folly/Portability.h"
-#include "folly/Range.h"
+#include <folly/Conv.h>
+#include <folly/Likely.h>
+#include <folly/Portability.h>
+#include <folly/Range.h>
 
 namespace folly {
 
index 1d8e63f70d5f55b60941adc96dad58542f3f8eb8..9a9ce3b197ad287099b8ba49e97a39bf2077f19e 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/GroupVarint.h"
+#include <folly/GroupVarint.h>
 
 #if HAVE_GROUP_VARINT
 namespace folly {
index 5c506a2f1b34897840474bf33e07d90d7329f4d1..1115f550d064f8fd56b268621805f666fbad1842 100644 (file)
 #error GroupVarint.h requires GCC
 #endif
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #if FOLLY_X64 || defined(__i386__)
 #define HAVE_GROUP_VARINT 1
 
 #include <cstdint>
 #include <limits>
-#include "folly/detail/GroupVarintDetail.h"
-#include "folly/Bits.h"
-#include "folly/Range.h"
+#include <folly/detail/GroupVarintDetail.h>
+#include <folly/Bits.h>
+#include <folly/Range.h>
 #include <glog/logging.h>
 
 #ifdef __SSSE3__
index a57bbbe05a65a63d2dd9822ce2de47ca12751d27..e372a8625c6bdf067c0de6f97dd98de249817fb9 100644 (file)
@@ -23,8 +23,8 @@
 #include <utility>
 #include <tuple>
 
-#include "folly/SpookyHashV1.h"
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV1.h>
+#include <folly/SpookyHashV2.h>
 
 /*
  * Various hashing functions.
index 9e902a1d0784047bde7e7ee685b34033b1d24f3f..016421043b338cda7de166263cbd7b761e098b1b 100644 (file)
@@ -21,7 +21,7 @@
 #include <string>
 #include <vector>
 
-#include "folly/String.h"
+#include <folly/String.h>
 
 using std::ostream;
 using std::string;
index c5f57aadd9584f754d89288bbca46c7a351e5574..46c096578dee6ae2b2ac47c09daa88d36b019a92 100644 (file)
 
 #include <boost/operators.hpp>
 
-#include "folly/Format.h"
-#include "folly/Range.h"
-#include "folly/IPAddressException.h"
-#include "folly/IPAddressV4.h"
-#include "folly/IPAddressV6.h"
-#include "folly/detail/IPAddress.h"
+#include <folly/Format.h>
+#include <folly/Range.h>
+#include <folly/IPAddressException.h>
+#include <folly/IPAddressV4.h>
+#include <folly/IPAddressV6.h>
+#include <folly/detail/IPAddress.h>
 
 namespace folly {
 
index 8aa4a9b647ab130b53936bf68ce6426e8064cdba..4b15855a0872b9bba2d5720746ad3e0727454967 100644 (file)
@@ -19,8 +19,8 @@
 #include <exception>
 #include <string>
 
-#include "folly/Conv.h"
-#include "folly/detail/IPAddress.h"
+#include <folly/Conv.h>
+#include <folly/detail/IPAddress.h>
 
 namespace folly {
 
index e42416b984204160c8d90f5bc60fbf06e7bc5663..625d54facc35c2c150663ca29d4ff48533888673 100644 (file)
@@ -19,9 +19,9 @@
 #include <ostream>
 #include <string>
 
-#include "folly/Format.h"
-#include "folly/IPAddress.h"
-#include "folly/IPAddressV6.h"
+#include <folly/Format.h>
+#include <folly/IPAddress.h>
+#include <folly/IPAddressV6.h>
 
 using std::ostream;
 using std::string;
index 98198a3d778b0a1fba1945ffb58ef8d6670cc97f..42f5002d8340ba4fee1bcbadcc250423f20c3cba 100644 (file)
@@ -21,9 +21,9 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/Hash.h"
-#include "folly/Range.h"
-#include "folly/detail/IPAddress.h"
+#include <folly/Hash.h>
+#include <folly/Range.h>
+#include <folly/detail/IPAddress.h>
 
 namespace folly {
 
index 65101d449b1910f3466866bd03cb2aed0f2443a2..f07238d35ff57a40d3350a6ff44cda14efccc7b5 100644 (file)
 #include <ostream>
 #include <string>
 
-#include "folly/Format.h"
-#include "folly/IPAddress.h"
-#include "folly/IPAddressV4.h"
-#include "folly/MacAddress.h"
+#include <folly/Format.h>
+#include <folly/IPAddress.h>
+#include <folly/IPAddressV4.h>
+#include <folly/MacAddress.h>
 
 using std::ostream;
 using std::string;
index 134d6de9c146392f2ef760dfa794dd30c17aa3a4..6ef438d58b39d9cc6302ddf5fe0ad0212a12441c 100644 (file)
@@ -23,9 +23,9 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/Hash.h"
-#include "folly/Range.h"
-#include "folly/detail/IPAddress.h"
+#include <folly/Hash.h>
+#include <folly/Range.h>
+#include <folly/detail/IPAddress.h>
 
 namespace folly {
 
index 886a1eb20ed60b268cb3a4015c01bd7fcf9b56b0..bb6411f8e44809470f03d1585505f36c175f9d8e 100644 (file)
@@ -19,7 +19,7 @@
 #include <utility>
 #include <type_traits>
 
-#include "folly/Optional.h"
+#include <folly/Optional.h>
 
 namespace folly {
 
index 61c7b56006debaa0cc4fd878fcf2d9ff996d2d1f..3a6313a04d207b2b3d27ca9bede321d758aada9a 100644 (file)
 #include <memory>
 #include <system_error>
 
-#include "folly/AtomicStruct.h"
-#include "folly/Baton.h"
-#include "folly/IndexedMemPool.h"
-#include "folly/Likely.h"
-#include "folly/detail/CacheLocality.h"
+#include <folly/AtomicStruct.h>
+#include <folly/Baton.h>
+#include <folly/IndexedMemPool.h>
+#include <folly/Likely.h>
+#include <folly/detail/CacheLocality.h>
 
 namespace folly {
 
index 4eae16439906f4fd859be9966cf33adb283a6c58..63e686d80127ca4f13a754b1aa5369db5d9242f1 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <glog/logging.h>
 
-#include "folly/detail/MPMCPipelineDetail.h"
+#include <folly/detail/MPMCPipelineDetail.h>
 
 namespace folly {
 
index 67934d771a3579e00c32899e46053c6eaf1c58c7..b8aa1afe9447df5732ffbbd5311cd170891e8b8e 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "MacAddress.h"
 
-#include "folly/Exception.h"
-#include "folly/IPAddressV6.h"
+#include <folly/Exception.h>
+#include <folly/IPAddressV6.h>
 
 using std::invalid_argument;
 using std::string;
index fbc9bd2881e30f62bf3b4a79805ce9078658a299..7ef35fa2dcadde1036fc9b1fce606bd4e4ed1cfa 100644 (file)
@@ -20,8 +20,8 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/Bits.h"
-#include "folly/Conv.h"
+#include <folly/Bits.h>
+#include <folly/Conv.h>
 
 namespace folly {
 
index 77a96d9a294e6a5eba8923e9e49c92ccf3ea6033..fe8d8b6a421635193f13cad56a5d33bf6df13003 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Malloc.h"
+#include <folly/Malloc.h>
 
 namespace folly {
 
index b8b2e2048bd3b7018c7d323b004954b6e3e533ce..b8ee18c58a83a7a8a96b2dd3310369340e10c9e4 100644 (file)
@@ -26,7 +26,7 @@
 // includes and uses fbstring.
 #if defined(_GLIBCXX_USE_FB) && !defined(_LIBSTDCXX_FBSTRING)
 
-#include "folly/detail/Malloc.h"
+#include <folly/detail/Malloc.h>
 
 #include <string>
 namespace folly {
@@ -59,8 +59,8 @@ __attribute__((weak));
 #include <bits/functexcept.h>
 #define FOLLY_HAVE_MALLOC_H 1
 #else
-#include "folly/detail/Malloc.h"
-#include "folly/Portability.h"
+#include <folly/detail/Malloc.h>
+#include <folly/Portability.h>
 #endif
 
 // for malloc_usable_size
index 625c466eef4f6a590e6405ddb96e32748e6828b0..6270cfab8194db5312873bf3c4789816b7976b9d 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_MEMORY_H_
 #define FOLLY_MEMORY_H_
 
-#include "folly/Traits.h"
+#include <folly/Traits.h>
 
 #include <cstddef>
 #include <cstdlib>
index a6ad326a09372de32080e2a27efd6f2093274c16..4e78b560d9228d1c3f9eb608b86ffec9863d9b11 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/MemoryMapping.h"
-#include "folly/Format.h"
-#include "folly/Portability.h"
+#include <folly/MemoryMapping.h>
+#include <folly/Format.h>
+#include <folly/Portability.h>
 
 #ifdef __linux__
-#include "folly/experimental/io/HugePages.h"
+#include <folly/experimental/io/HugePages.h>
 #endif
 
 #include <fcntl.h>
index fa8d51a58cee95a5c1e90618fca607e1fde3d21a..19ca243ed9452c5583b5461b230a0d2742cd7cd4 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef FOLLY_MEMORYMAPPING_H_
 #define FOLLY_MEMORYMAPPING_H_
 
-#include "folly/FBString.h"
-#include "folly/File.h"
-#include "folly/Range.h"
+#include <folly/FBString.h>
+#include <folly/File.h>
+#include <folly/Range.h>
 #include <glog/logging.h>
 #include <boost/noncopyable.hpp>
 
index c155f10e1a4014d172748848ff674c6cefb4b724..701d744e9ad4ff16928afc2aea6c8962e71ef60d 100644 (file)
@@ -61,7 +61,7 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 namespace folly {
 
index fa9fbd5e300d8ec94e9c1f75160d0e86740e434b..ca9e1215dc60b357ef35e7eed8f6b71e4c3c8fe5 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_PACKEDSYNCPTR_H_
 #define FOLLY_PACKEDSYNCPTR_H_
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #if !FOLLY_X64
 # error "PackedSyncPtr is x64-specific code."
@@ -53,7 +53,7 @@
  * @author Jordan DeLong <delong.j@fb.com>
  */
 
-#include "folly/SmallLocks.h"
+#include <folly/SmallLocks.h>
 #include <type_traits>
 #include <glog/logging.h>
 
index 3bf87a6c9e3b726697b23f78cae5de1f0c3d0009..504a0bc7b4f20f4199a406af7f8f1741012bd7cb 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <boost/iterator/iterator_adaptor.hpp>
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 /**
  * Code that aids in storing data aligned on block (possibly cache-line)
index 989f11d54a1a61b5be727c09ffba73f1d85030c7..7f88cf25e4ee1c3e1112b8dd14f3c00c42632e89 100644 (file)
@@ -181,14 +181,14 @@ struct MaxAlign { char c; } __attribute__((aligned));
 #if FOLLY_HAVE_CLOCK_GETTIME
 #include <time.h>
 #else
-#include "folly/detail/Clock.h"
+#include <folly/detail/Clock.h>
 #endif
 
 // Provide our own std::__throw_* wrappers for platforms that don't have them
 #if FOLLY_HAVE_BITS_FUNCTEXCEPT_H
 #include <bits/functexcept.h>
 #else
-#include "folly/detail/FunctionalExcept.h"
+#include <folly/detail/FunctionalExcept.h>
 #endif
 
 #if defined(__cplusplus)
index b3d4dd99cd230a1c7bb18f5170497e7a605764b9..995c466f61786058bd1c7bf07ac1758a40bb41fc 100644 (file)
@@ -106,7 +106,7 @@ pthread_rwlock_t Read        728698     24us       101ns     7.28ms     194us
 
 */
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #if defined(__GNUC__) && \
   (defined(__i386) || FOLLY_X64 || \
@@ -125,7 +125,7 @@ pthread_rwlock_t Read        728698     24us       101ns     7.28ms     194us
 #include <sched.h>
 #include <glog/logging.h>
 
-#include "folly/Likely.h"
+#include <folly/Likely.h>
 
 namespace folly {
 
index 1398bd08df9987b04072845b9ff9f7c91fce3df1..a189c3fc6789a2269f1a16fabd51a3995a129244 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Random.h"
+#include <folly/Random.h>
 
 #include <atomic>
 #include <unistd.h>
@@ -23,8 +23,8 @@
 #include <array>
 
 #include <glog/logging.h>
-#include "folly/File.h"
-#include "folly/FileUtil.h"
+#include <folly/File.h>
+#include <folly/FileUtil.h>
 
 namespace folly {
 
index 09cf7a1795890f4301d0d085be735bb4ee6cd9c7..8930526edd239aea14ff8ecc4c741231edb4e0c7 100644 (file)
@@ -20,7 +20,7 @@
 #include <type_traits>
 #include <random>
 #include <stdint.h>
-#include "folly/ThreadLocal.h"
+#include <folly/ThreadLocal.h>
 
 #if __GNUC_PREREQ(4, 8) && !defined(ANDROID)
 #include <ext/random>
@@ -253,6 +253,6 @@ inline uint32_t randomNumberSeed() {
 
 }
 
-#include "folly/Random-inl.h"
+#include <folly/Random-inl.h>
 
 #endif
index 8a73e805831f6337496de4d308ef628eb1b0d213..6bc0982412e691a6f8b81d6662fe3d70d8f54ad9 100644 (file)
@@ -17,7 +17,7 @@
 // @author Mark Rabkin (mrabkin@fb.com)
 // @author Andrei Alexandrescu (andrei.alexandrescu@fb.com)
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 #if FOLLY_HAVE_EMMINTRIN_H
 #include <emmintrin.h>  // __v16qi
index 3d9e8d51f9da5063f89e11cefbe83da8378f01b6..1bb0cb34aa68c13ecc9456e0e8b618276f03a730 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef FOLLY_RANGE_H_
 #define FOLLY_RANGE_H_
 
-#include "folly/Portability.h"
-#include "folly/FBString.h"
+#include <folly/Portability.h>
+#include <folly/FBString.h>
 #include <algorithm>
 #include <boost/operators.hpp>
 #include <cstring>
@@ -42,9 +42,9 @@
 #include <bits/c++config.h>
 #endif
 
-#include "folly/CpuId.h"
-#include "folly/Traits.h"
-#include "folly/Likely.h"
+#include <folly/CpuId.h>
+#include <folly/Traits.h>
+#include <folly/Likely.h>
 
 // Ignore shadowing warnings within this file, so includers can use -Wshadow.
 #pragma GCC diagnostic push
index 41cd1aa635d17ffb14d0c0781729433f3ffa7629..7d0b4208dec56da1bc8967c49f347957d6da0bb9 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/SafeAssert.h"
+#include <folly/SafeAssert.h>
 
-#include "folly/Conv.h"
-#include "folly/FileUtil.h"
+#include <folly/Conv.h>
+#include <folly/FileUtil.h>
 
 namespace folly { namespace detail {
 
index 1bac6c77d9dd258db0aac9ad513d7c056f1a1c93..81a8ccdd83d6c09df6aa3eb247ac816ca0e1bc0e 100644 (file)
@@ -17,8 +17,8 @@
 #ifndef FOLLY_SAFEASSERT_H_
 #define FOLLY_SAFEASSERT_H_
 
-#include "folly/Portability.h"
-#include "folly/Preprocessor.h"
+#include <folly/Portability.h>
+#include <folly/Preprocessor.h>
 
 /**
  * Verify that the expression is true. If not, prints an error message
index 1eeab8ee7184a289ded267239793534b65bbcacd..9a65811d9001f146f6478d17fcce4d354da2d92a 100644 (file)
@@ -21,8 +21,8 @@
 #include <functional>
 #include <new>
 
-#include "folly/Preprocessor.h"
-#include "folly/detail/UncaughtExceptionCounter.h"
+#include <folly/Preprocessor.h>
+#include <folly/detail/UncaughtExceptionCounter.h>
 
 namespace folly {
 
index b8f081a668b5e2401ea8f483c5f67901bdede4f9..1e2915d5de127c5ffab8627c34e08cf9273277f3 100644 (file)
@@ -44,7 +44,7 @@
 #include <mutex>
 
 #include <glog/logging.h>
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #if !FOLLY_X64
 # error "SmallLocks.h is currently x64-only."
index 78d940b5f7db8f73a4afbc66cdf275e40684f317..c0885d24a00c43fa8cb48b421485e8395cb7a6ee 100644 (file)
@@ -24,7 +24,7 @@
 //   July 12 2012: was passing out variables in final to in/out in short
 //   July 30 2012: I reintroduced the buffer overflow
 
-#include "folly/SpookyHashV1.h"
+#include <folly/SpookyHashV1.h>
 
 #include <cstring>
 
index dd7d21b97d125129871d3827121864207b09093c..c7ecaf6ac43caed4902194252f80d2bf3d3c2473 100644 (file)
@@ -25,7 +25,7 @@
 //   July 30 2012: I reintroduced the buffer overflow
 //   August 5 2012: SpookyV2: d = should be d += in short hash, and remove extra mix from long hash
 
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV2.h>
 
 #include <cstring>
 
index f50d1de8534dce74eeed5ea0ea2eb21524e813d4..c80c6821c511157400c541177a3ee57223164d3a 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/String.h"
-#include "folly/Format.h"
+#include <folly/String.h>
+#include <folly/Format.h>
 
 #include <cerrno>
 #include <cstdarg>
index d59477f05440e578928a9605e14257a56487545b..f597291faa548ad6afe1ca25d0f211c5ebea857f 100644 (file)
 #include <unordered_set>
 #include <unordered_map>
 
-#include "folly/Conv.h"
-#include "folly/Demangle.h"
-#include "folly/FBString.h"
-#include "folly/FBVector.h"
-#include "folly/Portability.h"
-#include "folly/Range.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Conv.h>
+#include <folly/Demangle.h>
+#include <folly/FBString.h>
+#include <folly/FBVector.h>
+#include <folly/Portability.h>
+#include <folly/Range.h>
+#include <folly/ScopeGuard.h>
 
 // Compatibility function, to make sure toStdString(s) can be called
 // to convert a std::string or fbstring variable s into type std::string
@@ -543,6 +543,6 @@ struct has_nothrow_constructor<folly::basic_fbstring<T> > : true_type {
 };
 } // namespace boost
 
-#include "folly/String-inl.h"
+#include <folly/String-inl.h>
 
 #endif
index b1dd0b3520ce0fc4993f1cc39a8f1031fb3acfe7..08d93b4a8fd9ae3af58bafba27fef9aaaabd30da 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Subprocess.h"
+#include <folly/Subprocess.h>
 
 #if __linux__
 #include <sys/prctl.h>
 
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/Exception.h"
-#include "folly/FileUtil.h"
-#include "folly/ScopeGuard.h"
-#include "folly/String.h"
-#include "folly/io/Cursor.h"
+#include <folly/Conv.h>
+#include <folly/Exception.h>
+#include <folly/FileUtil.h>
+#include <folly/ScopeGuard.h>
+#include <folly/String.h>
+#include <folly/io/Cursor.h>
 
 extern char** environ;
 
index 8af7c639b86960ca26966c77a9d8dde728cfb61e..e1fed9f7beb6a1ef4c4a28309f7b6a9354047840 100644 (file)
 #include <boost/operators.hpp>
 #include <boost/noncopyable.hpp>
 
-#include "folly/io/IOBufQueue.h"
-#include "folly/MapUtil.h"
-#include "folly/Portability.h"
-#include "folly/Range.h"
+#include <folly/io/IOBufQueue.h>
+#include <folly/MapUtil.h>
+#include <folly/Portability.h>
+#include <folly/Range.h>
 
 namespace folly {
 
index 83e59e80cef189ca7cd20650a92953288375804b..83ca833dfa8595b7847ae62edb4debe942685a2a 100644 (file)
@@ -27,8 +27,8 @@
 #include <type_traits>
 #include <mutex>
 #include <boost/thread.hpp>
-#include "folly/Preprocessor.h"
-#include "folly/Traits.h"
+#include <folly/Preprocessor.h>
+#include <folly/Traits.h>
 
 namespace folly {
 
index 107bf99db673b1eafadbf62fdddecc3981d167c6..bcc2ff8e2677a8bc6c2a9ebe2caf82bd90be89fa 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedArena.h"
+#include <folly/ThreadCachedArena.h>
 
 namespace folly {
 
index efc54bd649fea8c5acd6793bc9717587048cbb6a..bb48478edddd9643a62bc2fd365d31906d1a0b5f 100644 (file)
@@ -22,9 +22,9 @@
 #include <limits>
 #include <boost/intrusive/slist.hpp>
 
-#include "folly/Likely.h"
-#include "folly/Arena.h"
-#include "folly/ThreadLocal.h"
+#include <folly/Likely.h>
+#include <folly/Arena.h>
+#include <folly/ThreadLocal.h>
 
 namespace folly {
 
index 698e3bbca8e53f1e77eb484814282046c28a2125..d573ed656723d5ef0bc8fb1b2a1aab22b4cdbc2c 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <boost/noncopyable.hpp>
 
-#include "folly/Likely.h"
-#include "folly/ThreadLocal.h"
+#include <folly/Likely.h>
+#include <folly/ThreadLocal.h>
 
 namespace folly {
 
index 05d26bfbe1858d5e34c9a9cb6fd544b40dfc9eaa..ad111168ee55df75ff8e19e30fafe7fd267467fd 100644 (file)
@@ -37,9 +37,9 @@
 #ifndef FOLLY_THREADLOCAL_H_
 #define FOLLY_THREADLOCAL_H_
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 #include <boost/iterator/iterator_facade.hpp>
-#include "folly/Likely.h"
+#include <folly/Likely.h>
 #include <type_traits>
 
 
@@ -50,7 +50,7 @@ enum class TLPDestructionMode {
 };
 }  // namespace
 
-#include "folly/detail/ThreadLocalDetail.h"
+#include <folly/detail/ThreadLocalDetail.h>
 
 namespace folly {
 
index 2c5059ce31211b3fcb7c5505b155b8b883b6215d..0a840d88809821ec21fae731566e2b2a8bf44fc8 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/TimeoutQueue.h"
+#include <folly/TimeoutQueue.h>
 #include <algorithm>
 #include <vector>
 
index bfdf8c708d1fb2c39b9c5e9e308b03e57966dfef..2b94df1360effe21828adedb51b864e7d2282116 100644 (file)
@@ -24,7 +24,7 @@
 #include <type_traits>
 #include <functional>
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 // libc++ doesn't provide this header, nor does msvc
 #ifdef FOLLY_HAVE_BITS_CXXCONFIG_H
index 7e2c247af5d899c2ca6b663c081091d831aee745..5e4c1a649ef6717d1ef8ff09de9d5fd052af77c6 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Unicode.h"
+#include <folly/Unicode.h>
 
 namespace folly {
 
index 1ed351332f805a1016a98d1683db9dc80a26e51c..f912baeb18bd2cb85b273c7b45fbff951b91262b 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef FOLLY_UNICODE_H_
 #define FOLLY_UNICODE_H_
 
-#include "folly/FBString.h"
+#include <folly/FBString.h>
 
 namespace folly {
 
index 3fb692e93c681f5c20ba8cf375a3e3d40ef1cba7..629fc07a7e7fa0a972e39824ea782188bfc1c768 100644 (file)
@@ -18,7 +18,7 @@
 #error This file may only be included from folly/Uri.h
 #endif
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 namespace folly {
 
index 30106c9ff23ae84fca139015eb371d3795adfe6b..5b2c155b80e7853888040a61476b191ac34fccde 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Uri.h"
+#include <folly/Uri.h>
 
 #include <ctype.h>
 #include <boost/regex.hpp>
index 5e7653092f4c716c1a23be166d80bc16e9397844..e7b38615801261799f2bebeb2a0564a850c640f5 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_URI_H_
 #define FOLLY_URI_H_
 
-#include "folly/String.h"
+#include <folly/String.h>
 
 namespace folly {
 
@@ -90,6 +90,6 @@ class Uri {
 
 }  // namespace folly
 
-#include "folly/Uri-inl.h"
+#include <folly/Uri-inl.h>
 
 #endif /* FOLLY_URI_H_ */
index 4ad1cc778a4cd3abd3f34a517ec7544ecc6ed2db..9bc7c49a5c722a49de60f2aa1a98e14cf1c526ea 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_VARINT_H_
 #define FOLLY_VARINT_H_
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 namespace folly {
 
index 682e1b042389b779929b7e3d9fdd2c2e122dedb1..3ebb99bcd2ae12657b436704ab22f9777c27508a 100644 (file)
@@ -26,9 +26,9 @@
 #include <glog/logging.h>
 #include <gflags/gflags.h>
 
-#include "folly/Format.h"
+#include <folly/Format.h>
 
-#include "folly/detail/FingerprintPolynomial.h"
+#include <folly/detail/FingerprintPolynomial.h>
 
 using namespace folly;
 using namespace folly::detail;
@@ -134,7 +134,7 @@ int main(int argc, char *argv[]) {
       " * AUTOMATICALLY GENERATED.  DO NOT EDIT.\n"
       " */\n"
       "\n"
-      "#include \"folly/Fingerprint.h\"\n"
+      "#include <folly/Fingerprint.h>\n"
       "\n"
       "namespace folly {\n"
       "namespace detail {\n"
index e464ed2ad4e4338d76a87dd364866c9f7c7dd7ea..c4255eca244a4903f99eb617ebf7cb6ac346de1a 100755 (executable)
@@ -43,7 +43,7 @@ def binary_values():
     return (tuple("{0:08b}".format(x)) for x in xrange(256))
 
 def generate(f):
-    f.write("#include \"folly/FormatArg.h\"\n"
+    f.write("#include <folly/FormatArg.h>\n"
             "\n"
             "namespace folly {\n"
             "namespace detail {\n"
index 60fe683e0767a2b5d7e3ad5a94047347842b275f..8fe9cd79532d891c6dbe65c2623a5179ccd60c2a 100755 (executable)
@@ -52,7 +52,7 @@ OUTPUT_FILE = "GroupVarintTables.cpp"
 
 def generate(f):
     f.write("""
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #if FOLLY_X64 || defined(__i386__)
 #include <stdint.h>
index a5b9393963bf6a91d5a04c1ed0d052ca3995cfd0..adb4561a61f76f85ff4ab8a1cbd1c93b371b2235 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/detail/CacheLocality.h"
+#include <folly/detail/CacheLocality.h>
 
 #define _GNU_SOURCE 1 // for RTLD_NOLOAD
 #include <dlfcn.h>
 #include <fstream>
 
-#include "folly/Conv.h"
-#include "folly/Exception.h"
-#include "folly/FileUtil.h"
-#include "folly/Format.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Conv.h>
+#include <folly/Exception.h>
+#include <folly/FileUtil.h>
+#include <folly/Format.h>
+#include <folly/ScopeGuard.h>
 
 namespace folly { namespace detail {
 
index 66a578897835ef228ad24770938c7ac6cc9c4ba6..e35703a0d55cbb69abc18d36d475a57b54e78266 100644 (file)
@@ -25,8 +25,8 @@
 #include <string>
 #include <type_traits>
 #include <vector>
-#include "folly/Likely.h"
-#include "folly/Portability.h"
+#include <folly/Likely.h>
+#include <folly/Portability.h>
 
 namespace folly { namespace detail {
 
index 834efbcc386edd876f843b8ad10d86707a4d5203..f48266f24c9ddfd0c5a72aacd2c0869aa6524687 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/detail/Clock.h"
+#include <folly/detail/Clock.h>
 
 #if __MACH__
 #include <errno.h>
index c95e7b8ada9b179f46ebbbd784bf76ad554690c7..34a61b65a37cf8528e935937bfbd783f4fa900b1 100644 (file)
@@ -21,7 +21,7 @@
 #include <cstdint>
 
 #ifndef FOLLY_NO_CONFIG
-#include "folly/folly-config.h"
+#include <folly/folly-config.h>
 #endif
 
 #if FOLLY_HAVE_CLOCK_GETTIME
index e78841a7f9767e1abb646301ac41006e52e5b8d6..f40e3328fb2990f3fcebd5dc468a17202fafb680 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/detail/FunctionalExcept.h"
+#include <folly/detail/FunctionalExcept.h>
 
 #include <stdexcept>
 
index e328617ba22ba4da30dbf97263179e817684ff63..4c698c84a47c1317bb381f7d36f568282cf0d269 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_DETAIL_FUNCTIONAL_EXCEPT_H
 #define FOLLY_DETAIL_FUNCTIONAL_EXCEPT_H
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 FOLLY_NAMESPACE_STD_BEGIN
 
index 476f1fa10bf750fddf208e125a1383c88fd3c192..ef8b85a6751709445bad88f7c1bf350ef957038f 100644 (file)
@@ -34,8 +34,8 @@ extern "C" {
 #include <sys/types.h>
 }
 
-#include "folly/Conv.h"
-#include "folly/Format.h"
+#include <folly/Conv.h>
+#include <folly/Format.h>
 
 namespace folly { namespace detail {
 
index e34a0c9c6fccb00b8a6d3090bf6ee25f132e9ae7..d2f9e372d684890836acb17c9e232614a72fc012 100644 (file)
@@ -16,7 +16,7 @@
 
 #pragma once
 
-#include "folly/MPMCQueue.h"
+#include <folly/MPMCQueue.h>
 
 namespace folly {
 
index c4ab1b2d11f1ad9a95ce7e844714ba5a4be2d7b3..6b045b44d2d31f59220d541dc1954f22c9c0b754 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdlib.h>
 
 #ifndef FOLLY_NO_CONFIG
-#include "folly/folly-config.h"
+#include <folly/folly-config.h>
 #endif
 
 extern "C" {
index 6a322314fae0fdaf255419c42e745ebfafb993ff..8f1bef07ee5ef5ccba81707423dfe214d48355f8 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/detail/Malloc.h"
+#include <folly/detail/Malloc.h>
 
 extern "C" {
 
index 42cc3a1bef9e27a05c5c81f584883f64ae64ae75..c258e5f0b25a131bbbe19b4e1a1945352b898600 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef FOLLY_DETAIL_SLOWFINGERPRINT_H_
 #define FOLLY_DETAIL_SLOWFINGERPRINT_H_
 
-#include "folly/Fingerprint.h"
-#include "folly/detail/FingerprintPolynomial.h"
-#include "folly/Range.h"
+#include <folly/Fingerprint.h>
+#include <folly/detail/FingerprintPolynomial.h>
+#include <folly/Range.h>
 
 namespace folly {
 namespace detail {
index b883861a6b4c6d773bc061d45d210f9f878fc8c0..b1a380e7a3fc7347c2063caba90a59665b6710cc 100644 (file)
@@ -26,9 +26,9 @@
 
 #include <glog/logging.h>
 
-#include "folly/Foreach.h"
-#include "folly/Exception.h"
-#include "folly/Malloc.h"
+#include <folly/Foreach.h>
+#include <folly/Exception.h>
+#include <folly/Malloc.h>
 
 namespace folly {
 namespace threadlocal_detail {
index 204d48f91f7af271f92f58e995a4f6cc2efe8973..35378bd519fabd6421ff2c2ca300b6affe49cdaf 100644 (file)
@@ -20,9 +20,9 @@
 #include <functional>
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <boost/iterator/iterator_facade.hpp>
-#include "folly/Likely.h"
-#include "folly/Conv.h"
-#include "folly/Format.h"
+#include <folly/Likely.h>
+#include <folly/Conv.h>
+#include <folly/Format.h>
 
 //////////////////////////////////////////////////////////////////////
 
index d03fc643a5a77349d2b5fbf09f9c8cff25c4a048..825cb775f048038bc5cfa01708831a07b2455fbf 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/dynamic.h"
+#include <folly/dynamic.h>
 
 namespace folly {
 
index d388ce72109065a72bb6dea71362b0608794a836..0e03f8f4791b1b472a59d509b3de5dff8f87a037 100644 (file)
@@ -75,9 +75,9 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/FBString.h"
-#include "folly/Range.h"
-#include "folly/Traits.h"
+#include <folly/FBString.h>
+#include <folly/Range.h>
+#include <folly/Traits.h>
 
 namespace folly {
 
@@ -524,6 +524,6 @@ private:
 
 }
 
-#include "folly/dynamic-inl.h"
+#include <folly/dynamic-inl.h>
 
 #endif
index 3677010533222b57a16f5cfb33727919ff751947..e0376a5b323009a2b6a954992efa9561758fa494 100644 (file)
@@ -21,9 +21,9 @@
 #include <type_traits>
 #include <limits>
 
-#include "folly/Bits.h"
-#include "folly/Portability.h"
-#include "folly/Range.h"
+#include <folly/Bits.h>
+#include <folly/Portability.h>
+#include <folly/Range.h>
 
 namespace folly {
 
index f5222f8c8f15159ab0a7ae5cd6d181864c53f6fd..23e963905ed296b9efe0f3b9bfff25bdc891bc70 100644 (file)
 #include <boost/noncopyable.hpp>
 #include <glog/logging.h>
 
-#include "folly/Bits.h"
-#include "folly/CpuId.h"
-#include "folly/Likely.h"
-#include "folly/Range.h"
+#include <folly/Bits.h>
+#include <folly/CpuId.h>
+#include <folly/Likely.h>
+#include <folly/Range.h>
 
 #if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__
 #error EliasFanoCoding.h requires little endianness
index 437d1f76ba320e96bc8379d6bf011e3bc4753193..df6722ea4984fb0b603d26adece4e1a09401103f 100644 (file)
@@ -26,8 +26,8 @@
 #include <atomic>
 #include <thread>
 
-#include "folly/Bits.h"
-#include "folly/Likely.h"
+#include <folly/Bits.h>
+#include <folly/Likely.h>
 
 
 namespace folly {
index 095489e48968ae70d6c00c5163cc60f84b042eda..7f006a2ce21a10f96dfd16a8625e8aa421adb0de 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/TestUtil.h"
+#include <folly/experimental/TestUtil.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#include "folly/Conv.h"
-#include "folly/Exception.h"
+#include <folly/Conv.h>
+#include <folly/Exception.h>
 
 namespace folly {
 namespace test {
index 9716f74ee6aea50a9e18db9654d309990e63961c..1b5eb6604801a38c4fe197fd49e87a89f9300001 100644 (file)
@@ -18,8 +18,8 @@
 #define FOLLY_TESTUTIL_H_
 
 #include <string>
-#include "folly/Range.h"
-#include "folly/experimental/io/FsUtil.h"
+#include <folly/Range.h>
+#include <folly/experimental/io/FsUtil.h>
 
 namespace folly {
 namespace test {
index 04d3b55ea0efb77b8be75831c1db435068657e34..78b60ea0fc8d8236c48b9fad6351be397cd43429 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/exception_tracer/ExceptionTracer.h"
+#include <folly/experimental/exception_tracer/ExceptionTracer.h>
 
 #include <dlfcn.h>
 #include <exception>
 #include <iostream>
 #include <glog/logging.h>
 
-#include "folly/experimental/exception_tracer/ExceptionAbi.h"
-#include "folly/experimental/exception_tracer/StackTrace.h"
-#include "folly/experimental/symbolizer/Symbolizer.h"
-#include "folly/String.h"
+#include <folly/experimental/exception_tracer/ExceptionAbi.h>
+#include <folly/experimental/exception_tracer/StackTrace.h>
+#include <folly/experimental/symbolizer/Symbolizer.h>
+#include <folly/String.h>
 
 namespace {
 
index c86142934851a7b50180a8fce4b635ab892f5faa..a9c80bf04cd208bbec2c780d95ac0e1dc66ec43c 100644 (file)
@@ -21,8 +21,8 @@
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 
-#include "folly/Benchmark.h"
-#include "folly/experimental/exception_tracer/ExceptionTracer.h"
+#include <folly/Benchmark.h>
+#include <folly/experimental/exception_tracer/ExceptionTracer.h>
 
 void recurse(int level) {
   if (level == 0) {
index e13774af7ea40f7e7e5bc6d322f454df7a041a8c..8643623d176b70da70efc541389ddf99d2e4af85 100644 (file)
 
 #include <glog/logging.h>
 
-#include "folly/Portability.h"
-#include "folly/experimental/exception_tracer/StackTrace.h"
-#include "folly/experimental/exception_tracer/ExceptionAbi.h"
-#include "folly/experimental/exception_tracer/ExceptionTracer.h"
-#include "folly/experimental/symbolizer/Symbolizer.h"
+#include <folly/Portability.h>
+#include <folly/experimental/exception_tracer/StackTrace.h>
+#include <folly/experimental/exception_tracer/ExceptionAbi.h>
+#include <folly/experimental/exception_tracer/ExceptionTracer.h>
+#include <folly/experimental/symbolizer/Symbolizer.h>
 
 namespace __cxxabiv1 {
 
index 1be5c14701c48c647d230a645304b7da1f102809..043ddb8d2890169f25b989fb853f6387be593e19 100644 (file)
@@ -18,7 +18,7 @@
 #include <iostream>
 #include <stdexcept>
 
-#include "folly/experimental/exception_tracer/ExceptionTracer.h"
+#include <folly/experimental/exception_tracer/ExceptionTracer.h>
 
 void bar() {
   throw std::runtime_error("hello");
index 6bb019a0efb096c9e24293d225ce945585868282..59393b093f1e0e10bcea553e534bf74280f35a73 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/exception_tracer/StackTrace.h"
+#include <folly/experimental/exception_tracer/StackTrace.h>
 
 #include <cassert>
 #include <cstdlib>
 #include <new>
-#include "folly/experimental/symbolizer/StackTrace.h"
+#include <folly/experimental/symbolizer/StackTrace.h>
 
 namespace folly { namespace exception_tracer {
 
index 1a4273df0a8a8577eb8d61a54c1e59d1cbff661e..7e7be271514921387f7c58ae5cd2edde1ea1c198 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/AsyncIO.h"
+#include <folly/experimental/io/AsyncIO.h>
 
 #include <sys/eventfd.h>
 #include <unistd.h>
 #include <boost/intrusive/parent_from_member.hpp>
 #include <glog/logging.h>
 
-#include "folly/Exception.h"
-#include "folly/Format.h"
-#include "folly/Likely.h"
-#include "folly/String.h"
+#include <folly/Exception.h>
+#include <folly/Format.h>
+#include <folly/Likely.h>
+#include <folly/String.h>
 
 namespace folly {
 
index b595a325f64ab6617b6678827d6cea0704ea9999..6b6293261b95e261f7f7743c09124f71a8a41c0c 100644 (file)
@@ -32,8 +32,8 @@
 
 #include <boost/noncopyable.hpp>
 
-#include "folly/Portability.h"
-#include "folly/Range.h"
+#include <folly/Portability.h>
+#include <folly/Range.h>
 
 namespace folly {
 
index a51ee5823e09f8aa6be162633ff55623f17b1401..a0dfd892f43ab9280160e5ac1f97feb65ff865b7 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/FsUtil.h"
+#include <folly/experimental/io/FsUtil.h>
 
 namespace bsys = ::boost::system;
 
index 1ce36986474c6de258672ffa6e8e4af96e23b04a..b37bab1ebdda2bf87705f622bbb231a52f9efc6a 100644 (file)
 
 #include <gflags/gflags.h>
 
-#include "folly/File.h"
-#include "folly/Format.h"
-#include "folly/MemoryMapping.h"
-#include "folly/Portability.h"
-#include "folly/Range.h"
-#include "folly/ScopeGuard.h"
-#include "folly/experimental/io/HugePages.h"
+#include <folly/File.h>
+#include <folly/Format.h>
+#include <folly/MemoryMapping.h>
+#include <folly/Portability.h>
+#include <folly/Range.h>
+#include <folly/ScopeGuard.h>
+#include <folly/experimental/io/HugePages.h>
 
 DEFINE_bool(cp, false, "Copy file");
 
index 5b4a0706a66bb1cddebcd15936e05adfb6b9356b..67c8727e126479bbb4539a277c963a410eacf0f0 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/HugePages.h"
+#include <folly/experimental/io/HugePages.h>
 
 #include <sys/stat.h>
 #include <sys/types.h>
 
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/Format.h"
-#include "folly/Range.h"
-#include "folly/ScopeGuard.h"
-#include "folly/String.h"
+#include <folly/Conv.h>
+#include <folly/Format.h>
+#include <folly/Range.h>
+#include <folly/ScopeGuard.h>
+#include <folly/String.h>
 
-#include "folly/gen/Base.h"
-#include "folly/gen/File.h"
-#include "folly/gen/String.h"
+#include <folly/gen/Base.h>
+#include <folly/gen/File.h>
+#include <folly/gen/String.h>
 
 namespace folly {
 
index dcf07e7c06021da1a04cd2f84c5dd943a16542a6..ee5605a7389688969ef20e874ef4229ab8c38d8d 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <boost/operators.hpp>
 
-#include "folly/Range.h"
-#include "folly/experimental/io/FsUtil.h"
+#include <folly/Range.h>
+#include <folly/experimental/io/FsUtil.h>
 
 namespace folly {
 
index f823a813f4def00a8f58d3cbf838ba97a52aaf0f..7025eff5218119da823d6c5d85101f52d43762d4 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/AsyncIO.h"
+#include <folly/experimental/io/AsyncIO.h>
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -31,9 +31,9 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/experimental/io/FsUtil.h"
-#include "folly/ScopeGuard.h"
-#include "folly/String.h"
+#include <folly/experimental/io/FsUtil.h>
+#include <folly/ScopeGuard.h>
+#include <folly/String.h>
 
 namespace fs = folly::fs;
 using folly::AsyncIO;
index a0997dd53adafe18892b7dcd97b8587000257a2a..5760bfcb90a2281301abeed9cc1d823aaf9d8022 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/io/FsUtil.h"
+#include <folly/experimental/io/FsUtil.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index 4ce3c974f3513f952ffa6ffef0c1c345a2f35519..90938ae737d17cc93700bb0c54fc26e42590b041 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 
-#include "folly/experimental/symbolizer/Dwarf.h"
+#include <folly/experimental/symbolizer/Dwarf.h>
 
 #include <type_traits>
 
index acdc885d3a4a34438ac190b37ffee71ca544d9e5..820dd94ae9f52c670fcb9d603075dab47ec86514 100644 (file)
@@ -21,8 +21,8 @@
 
 #include <boost/variant.hpp>
 
-#include "folly/experimental/symbolizer/Elf.h"
-#include "folly/Range.h"
+#include <folly/experimental/symbolizer/Elf.h>
+#include <folly/Range.h>
 
 namespace folly {
 namespace symbolizer {
index 3d4db0eb1f94f45eab609472fcaaa915be7471c3..6f525f3fd40780a5ea5439ca65a31b0bdb64bd0a 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 
-#include "folly/experimental/symbolizer/Elf.h"
+#include <folly/experimental/symbolizer/Elf.h>
 
 #include <sys/mman.h>
 #include <sys/types.h>
@@ -26,8 +26,8 @@
 
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/Exception.h"
+#include <folly/Conv.h>
+#include <folly/Exception.h>
 
 namespace folly {
 namespace symbolizer {
index 939c43f3622dfec3a852adb467259675726d48f4..f1c4933431f83f77f3bd9e3e3798a151dc3cbbc2 100644 (file)
 #include <stdexcept>
 #include <system_error>
 
-#include "folly/Conv.h"
-#include "folly/Likely.h"
-#include "folly/Range.h"
-#include "folly/SafeAssert.h"
+#include <folly/Conv.h>
+#include <folly/Likely.h>
+#include <folly/Range.h>
+#include <folly/SafeAssert.h>
 
 namespace folly {
 namespace symbolizer {
@@ -233,7 +233,7 @@ class ElfFile {
 }  // namespace symbolizer
 }  // namespace folly
 
-#include "folly/experimental/symbolizer/Elf-inl.h"
+#include <folly/experimental/symbolizer/Elf-inl.h>
 
 #endif /* FOLLY_EXPERIMENTAL_SYMBOLIZER_ELF_H_ */
 
index fd43474ab4a284bfecb3034df7be1cf8ac92db6a..03fc36d0ba21b41bb9e3316b7374cff7239d8c5d 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/ElfCache.h"
+#include <folly/experimental/symbolizer/ElfCache.h>
 
 namespace folly { namespace symbolizer {
 
index a2d8993a44767ff31f1851eebaa60aaaf22c5bd8..de3cd040cbc6696896437b2a171f2bc4c54a4f48 100644 (file)
@@ -30,7 +30,7 @@
 #include <boost/intrusive/list.hpp>
 #include <glog/logging.h>
 
-#include "folly/experimental/symbolizer/Elf.h"
+#include <folly/experimental/symbolizer/Elf.h>
 
 namespace folly { namespace symbolizer {
 
index 9faafd3cb4631cd6abb9a11b06196093aa003004..6f6003dbb1793ae43af18c49fdf81be345eec70e 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 
-#include "folly/experimental/symbolizer/Elf.h"
+#include <folly/experimental/symbolizer/Elf.h>
 
 #include <stdio.h>
 
index 8769472ffb6711edaa0f6bc8abe49df64ec4d824..ee249a87663023c48a708ec1f613bd4670a45e47 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/LineReader.h"
+#include <folly/experimental/symbolizer/LineReader.h>
 
 #include <cstring>
 
-#include "folly/FileUtil.h"
+#include <folly/FileUtil.h>
 
 namespace folly { namespace symbolizer {
 
index 07f54b24112226a1ae2f34e1272a8c95b13b013a..1c1227dca17d76c0511b4dd5454acd1013da7725 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <boost/noncopyable.hpp>
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 namespace folly { namespace symbolizer {
 
index 4a17ee0443276bd1e45fafda54fb0f37cdcdeeb0..952c7f3392c553a18684bb6b580eb4cbf2501e80 100644 (file)
@@ -16,7 +16,7 @@
 
 // This is heavily inspired by the signal handler from google-glog
 
-#include "folly/experimental/symbolizer/SignalHandler.h"
+#include <folly/experimental/symbolizer/SignalHandler.h>
 
 #include <sys/types.h>
 #include <atomic>
 
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/FileUtil.h"
-#include "folly/Portability.h"
-#include "folly/ScopeGuard.h"
-#include "folly/experimental/symbolizer/Symbolizer.h"
+#include <folly/Conv.h>
+#include <folly/FileUtil.h>
+#include <folly/Portability.h>
+#include <folly/ScopeGuard.h>
+#include <folly/experimental/symbolizer/Symbolizer.h>
 
 namespace folly { namespace symbolizer {
 
index dde71705f4fc2294bd658cc7da30a0ed9008ecd3..863ccf5edc03e06ec392c174864a52d46f383d72 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/StackTrace.h"
+#include <folly/experimental/symbolizer/StackTrace.h>
 
 // Must be first to ensure that UNW_LOCAL_ONLY is defined
 #define UNW_LOCAL_ONLY 1
index 51e97ff10ac2c550b988f1fb9ad35c0f5831ddaa..535193324fa0fa328838376d7dcef7c8b3508220 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/Symbolizer.h"
+#include <folly/experimental/symbolizer/Symbolizer.h>
 
 #include <limits.h>
 #include <cstdio>
 #include <ext/stdio_sync_filebuf.h>
 #endif
 
-#include "folly/Conv.h"
-#include "folly/FileUtil.h"
-#include "folly/ScopeGuard.h"
-#include "folly/String.h"
+#include <folly/Conv.h>
+#include <folly/FileUtil.h>
+#include <folly/ScopeGuard.h>
+#include <folly/String.h>
 
-#include "folly/experimental/symbolizer/Elf.h"
-#include "folly/experimental/symbolizer/Dwarf.h"
-#include "folly/experimental/symbolizer/LineReader.h"
+#include <folly/experimental/symbolizer/Elf.h>
+#include <folly/experimental/symbolizer/Dwarf.h>
+#include <folly/experimental/symbolizer/LineReader.h>
 
 
 namespace folly {
index d10ab8431babf16edaa6f085008342e7db51de8b..d3b0f03a1eaa7824791ad7275ab0819cdc60b99b 100644 (file)
 #include <string>
 #include <unordered_map>
 
-#include "folly/FBString.h"
-#include "folly/Range.h"
-#include "folly/String.h"
-#include "folly/io/IOBuf.h"
-#include "folly/experimental/symbolizer/Elf.h"
-#include "folly/experimental/symbolizer/ElfCache.h"
-#include "folly/experimental/symbolizer/Dwarf.h"
-#include "folly/experimental/symbolizer/StackTrace.h"
+#include <folly/FBString.h>
+#include <folly/Range.h>
+#include <folly/String.h>
+#include <folly/io/IOBuf.h>
+#include <folly/experimental/symbolizer/Elf.h>
+#include <folly/experimental/symbolizer/ElfCache.h>
+#include <folly/experimental/symbolizer/Dwarf.h>
+#include <folly/experimental/symbolizer/StackTrace.h>
 
 namespace folly {
 namespace symbolizer {
index 74eedad82ea1ecb995c39f790b9d0709ad03f7ff..3a82b1e71557226f79d0003b0c4c48400b02d7aa 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/SignalHandler.h"
+#include <folly/experimental/symbolizer/SignalHandler.h>
 
 int main() {
   folly::symbolizer::installFatalSignalHandler();
index 1b98888a6ff0166770aa33cf1fc319e906ce47b0..258ad992c40009d789e2696425401d5a6f4226ea 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <gtest/gtest.h>
 
-#include "folly/experimental/symbolizer/Elf.h"
+#include <folly/experimental/symbolizer/Elf.h>
 
 using folly::symbolizer::ElfFile;
 
index dd99a282b930c639b4d5fd01213328ecfd7e4fd4..1b58efe43e32d3cae8168385197012c79cde56a7 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/LineReader.h"
+#include <folly/experimental/symbolizer/LineReader.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/FileUtil.h"
-#include "folly/experimental/TestUtil.h"
+#include <folly/FileUtil.h>
+#include <folly/experimental/TestUtil.h>
 
 namespace folly { namespace symbolizer { namespace test {
 
index 3fbb52a3fc76531d66655c710928690fb86d171b..62ebf1e73a63d853f08e665cd775d6f993a9927b 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/test/SignalHandlerTest.h"
-#include "folly/experimental/symbolizer/SignalHandler.h"
+#include <folly/experimental/symbolizer/test/SignalHandlerTest.h>
+#include <folly/experimental/symbolizer/SignalHandler.h>
 
 #include <gtest/gtest.h>
 
-#include "folly/FileUtil.h"
-#include "folly/Range.h"
-#include "folly/CPortability.h"
+#include <folly/FileUtil.h>
+#include <folly/Range.h>
+#include <folly/CPortability.h>
 
 namespace folly { namespace symbolizer { namespace test {
 
index 7bd19df9ce947882b9e455908f99f627c19d01f4..8123997a66716dfe44fc68b596b944b0c4d33ac8 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/StackTrace.h"
-#include "folly/experimental/symbolizer/Symbolizer.h"
+#include <folly/experimental/symbolizer/StackTrace.h>
+#include <folly/experimental/symbolizer/Symbolizer.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index 73862553cb7ebec7483bcde06649226b87face13..f980bbb754f7dd0957c4bf9ae139b02dcf153df4 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/Symbolizer.h"
+#include <folly/experimental/symbolizer/Symbolizer.h>
 
 #include <cstdlib>
 
 #include <gtest/gtest.h>
 
-#include "folly/Range.h"
-#include "folly/String.h"
+#include <folly/Range.h>
+#include <folly/String.h>
 
 namespace folly { namespace symbolizer { namespace test {
 
index 80b728b09c1472930d3bf165b5ed0e8a4a5ffb59..454fddbd38533b2d3c86868758472bc7e4df972e 100644 (file)
@@ -18,8 +18,8 @@
 #include <random>
 #include <memory>
 
-#include "folly/Benchmark.h"
-#include "folly/experimental/Bits.h"
+#include <folly/Benchmark.h>
+#include <folly/experimental/Bits.h>
 
 std::random_device rd;
 
index eb263f4e6f710eb4c8e78503f2d7948bc18e5756..9ac5bc82ae03e0df008c65dda1bbc57a209e1df8 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/Bits.h"
+#include <folly/experimental/Bits.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index 954a8129f5084b87a65ae2e6613be58e46c6a9a7..801923593260c6af9c9fbb3415ec2cd56b98e438 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Benchmark.h"
-#include "folly/experimental/EliasFanoCoding.h"
-#include "folly/experimental/test/CodingTestUtils.h"
+#include <folly/Benchmark.h>
+#include <folly/experimental/EliasFanoCoding.h>
+#include <folly/experimental/test/CodingTestUtils.h>
 
 using namespace folly::compression;
 
index ece8c0f6ae20fc1bd264fd58fa3f0bd977ad14d6..077b4c717c80100a23a156812d9892335d7622f6 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/experimental/EventCount.h"
+#include <folly/experimental/EventCount.h>
 
 #include <algorithm>
 #include <random>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Random.h"
-#include "folly/Benchmark.h"
+#include <folly/Random.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;
 
index cfa56264dd298e2a2bd0adb5625e1279efded1f1..8e458532d1b6538b7b1b804aacc5a3ba0600087f 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/experimental/TestUtil.h"
+#include <folly/experimental/TestUtil.h>
 
 #include <sys/stat.h>
 #include <sys/types.h>
index 46141ee27b6e958e6bbc1b6accb93265e217d1eb..047de1e923ba8571ed05d7ffe86233b6998a0a97 100644 (file)
 #include <vector>
 #include <unordered_set>
 
-#include "folly/Range.h"
-#include "folly/Optional.h"
-#include "folly/Conv.h"
-#include "folly/gen/Core.h"
+#include <folly/Range.h>
+#include <folly/Optional.h>
+#include <folly/Conv.h>
+#include <folly/gen/Core.h>
 
 /**
  * Generator-based Sequence Comprehensions in C++, akin to C#'s LINQ
@@ -709,6 +709,6 @@ GuardImpl guard(ErrorHandler&& handler) {
 
 }} // folly::gen
 
-#include "folly/gen/Base-inl.h"
+#include <folly/gen/Base-inl.h>
 
 #endif // FOLLY_GEN_BASE_H
index ff519c4d9fc453a1b56bb80cc5ced6933177cd31..d9d55736608ecac44b0f42b97d9d71cfbdfb1893 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef FOLLY_GEN_COMBINE_H
 #define FOLLY_GEN_COMBINE_H
 
-#include "folly/gen/Base.h"
+#include <folly/gen/Base.h>
 
 namespace folly {
 namespace gen {
@@ -40,6 +41,6 @@ Interleave interleave(Source2&& source2) {
 }  // namespace gen
 }  // namespace folly
 
-#include "folly/gen/Combine-inl.h"
+#include <folly/gen/Combine-inl.h>
 
 #endif // FOLLY_GEN_COMBINE_H
index d470199cf3724c985b889e6f8e83458f7a4c8dd3..62656639ac7a3bf0b62eea2f7c93b14805e4939d 100644 (file)
@@ -40,6 +40,6 @@ class Chain;
 
 }} // folly::gen
 
-#include "folly/gen/Core-inl.h"
+#include <folly/gen/Core-inl.h>
 
 #endif // FOLLY_GEN_CORE_H
index 268bd816c613fa8827d9dc7bdd2515a537506e82..d077a1471bc94968f4e0638ad480ddfba0d0729b 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <system_error>
 
-#include "folly/gen/String.h"
+#include <folly/gen/String.h>
 
 namespace folly {
 namespace gen {
index ded64c2084adce1d293a225a8b547b128fcf03de..4b322746839505337404e96a6e4d25f74dd19b74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,9 +17,9 @@
 #ifndef FOLLY_GEN_FILE_H
 #define FOLLY_GEN_FILE_H
 
-#include "folly/File.h"
-#include "folly/gen/Base.h"
-#include "folly/io/IOBuf.h"
+#include <folly/File.h>
+#include <folly/gen/Base.h>
+#include <folly/io/IOBuf.h>
 
 namespace folly {
 namespace gen {
@@ -67,6 +67,6 @@ S toFile(File file, std::unique_ptr<IOBuf> buffer) {
 
 }}  // !folly::gen
 
-#include "folly/gen/File-inl.h"
+#include <folly/gen/File-inl.h>
 
 #endif // FOLLY_GEN_FILE_H
index b4866a1140a8a07dc92a7670014f139c4855f4f1..ab37f7d82c3c95400cf445e03f23582b4cb71c6b 100644 (file)
@@ -18,9 +18,9 @@
 #error This file may only be included from folly/gen/ParallelGen.h
 #endif
 
-#include "folly/MPMCQueue.h"
-#include "folly/ScopeGuard.h"
-#include "folly/experimental/EventCount.h"
+#include <folly/MPMCQueue.h>
+#include <folly/ScopeGuard.h>
+#include <folly/experimental/EventCount.h>
 #include <atomic>
 #include <thread>
 #include <vector>
index d1b9979217e5dc2a588f0cdb43b7ef6972cc2830..1354047468321678dfdc950415d4ca9c37d8c261 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <mutex>
 
-#include "folly/gen/Base.h"
+#include <folly/gen/Base.h>
 
 namespace folly { namespace gen {
 namespace detail {
@@ -105,6 +105,6 @@ Sub sub(Sink sink) {
 
 }} // !namespace folly::gen
 
-#include "folly/gen/Parallel-inl.h"
+#include <folly/gen/Parallel-inl.h>
 
 #endif /* FOLLY_GEN_PARALLEL_H_ */
index 7cc0321bd33ceab8b63b92465c89189452e9fd4f..d2f766127ff07089d5611dd7bb76ab4f40cc7646 100644 (file)
@@ -25,8 +25,8 @@
 #include <utility>
 #include <vector>
 
-#include "folly/MPMCPipeline.h"
-#include "folly/experimental/EventCount.h"
+#include <folly/MPMCPipeline.h>
+#include <folly/experimental/EventCount.h>
 
 namespace folly { namespace gen { namespace detail {
 
index 196dfd0b470a09eb0ea5935a1bf74f102c382bbd..0716578226661506cd056f56d03677b36438547f 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_GEN_PARALLELMAP_H
 #define FOLLY_GEN_PARALLELMAP_H
 
-#include "folly/gen/Core.h"
+#include <folly/gen/Core.h>
 
 namespace folly { namespace gen {
 
@@ -45,6 +45,6 @@ template<class Predicate,
 
 }}  // namespaces
 
-#include "folly/gen/ParallelMap-inl.h"
+#include <folly/gen/ParallelMap-inl.h>
 
 #endif  // FOLLY_GEN_PARALLELMAP_H
index 651252f511510967d363c5cb39333c06c255ed38..3f7b7c11b18942c72806a92be36f5c31e69b7b71 100644 (file)
@@ -18,9 +18,9 @@
 #error This file may only be included from folly/gen/String.h
 #endif
 
-#include "folly/Conv.h"
-#include "folly/String.h"
-#include "folly/io/IOBuf.h"
+#include <folly/Conv.h>
+#include <folly/String.h>
+#include <folly/io/IOBuf.h>
 
 namespace folly {
 namespace gen {
index 56aa774f62aa5a905f755fcfc1cac47a435acd2d..b6d56fb4fab315ff26105a3da325d59c1ae4106c 100644 (file)
@@ -17,8 +17,8 @@
 #ifndef FOLLY_GEN_STRING_H
 #define FOLLY_GEN_STRING_H
 
-#include "folly/Range.h"
-#include "folly/gen/Base.h"
+#include <folly/Range.h>
+#include <folly/gen/Base.h>
 
 namespace folly {
 namespace gen {
@@ -171,6 +171,6 @@ eachToPair(StringPiece delim) {
 }  // namespace gen
 }  // namespace folly
 
-#include "folly/gen/String-inl.h"
+#include <folly/gen/String-inl.h>
 
 #endif // FOLLY_GEN_STRING_H
index a7b095af880b419cca61a2a67c9a140afe61ab3c..5ca1fbd9dc7ac606a7e2d3545c3efa30b3357854 100644 (file)
@@ -16,8 +16,8 @@
 #include <atomic>
 #include <glog/logging.h>
 
-#include "folly/Benchmark.h"
-#include "folly/gen/Base.h"
+#include <folly/Benchmark.h>
+#include <folly/gen/Base.h>
 
 using namespace folly::gen;
 using folly::fbstring;
index b7c71377a71a5ac49c8edc9939d7c4bd3082de90..be056b5bd69575a44cd55ce36fefc46acbf72e10 100644 (file)
 #include <set>
 #include <vector>
 
-#include "folly/FBVector.h"
-#include "folly/MapUtil.h"
-#include "folly/Memory.h"
-#include "folly/dynamic.h"
-#include "folly/gen/Base.h"
-#include "folly/experimental/TestUtil.h"
+#include <folly/FBVector.h>
+#include <folly/MapUtil.h>
+#include <folly/Memory.h>
+#include <folly/dynamic.h>
+#include <folly/gen/Base.h>
+#include <folly/experimental/TestUtil.h>
 
 using namespace folly::gen;
 using namespace folly;
index 31c00258a478c2f5922ac03b067c9c335b05d5fa..746553bddb0a9ec36218e3674514e2196d4ceb9b 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_GEN_BENCH_H_
 #define FOLLY_GEN_BENCH_H_
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 #define BENCH_GEN_IMPL(gen, prefix)                         \
 static bool FB_ANONYMOUS_VARIABLE(benchGen) = (             \
index 8f8798887fceaeadb052b6372cd5d47d48cafa9b..ba231e579018871c6ad8add85bdb99a582f6969f 100644 (file)
 #include <vector>
 #include <tuple>
 
-#include "folly/Range.h"
-#include "folly/FBVector.h"
-#include "folly/experimental/TestUtil.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/Combine.h"
+#include <folly/Range.h>
+#include <folly/FBVector.h>
+#include <folly/experimental/TestUtil.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/Combine.h>
 
 using namespace folly::gen;
 using namespace folly;
index 339fd293ad30aa9993a017e5d38d9e54c355f6b8..0f4f5b4c6130c12524f1c56c1727cee9397f3b5c 100644 (file)
 #include <thread>
 #include <glog/logging.h>
 
-#include "folly/Benchmark.h"
-#include "folly/File.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/File.h"
+#include <folly/Benchmark.h>
+#include <folly/File.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/File.h>
 
 using namespace folly::gen;
 
index fe9b354037ec7d2bcc1682754a354cb983055ba7..172c6f98deecd27f00543ba0414658334ecadda7 100644 (file)
 #include <string>
 #include <vector>
 
-#include "folly/File.h"
-#include "folly/Range.h"
-#include "folly/experimental/TestUtil.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/File.h"
+#include <folly/File.h>
+#include <folly/Range.h>
+#include <folly/experimental/TestUtil.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/File.h>
 
 using namespace folly::gen;
 using namespace folly;
index afebbc80a33935586a2aa49cf7b9e9d8ae996697..886eb4e759dc47027245944c5ecaa197a3fae9eb 100644 (file)
@@ -20,9 +20,9 @@
 #include <vector>
 #include <future>
 
-#include "folly/gen/Base.h"
-#include "folly/gen/Parallel.h"
-#include "folly/gen/test/Bench.h"
+#include <folly/gen/Base.h>
+#include <folly/gen/Parallel.h>
+#include <folly/gen/test/Bench.h>
 
 
 DEFINE_int32(threads,
index 1793b7981bd7b8c7ab5c1fd92d3fee0fb2ac5bc8..389269ded0317d4e17efe24359bf25ab9ce05ed9 100644 (file)
@@ -20,9 +20,9 @@
 #include <thread>
 #include <vector>
 
-#include "folly/Benchmark.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/ParallelMap.h"
+#include <folly/Benchmark.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/ParallelMap.h>
 
 using namespace folly::gen;
 
index 7b29f6cd6d060ee6133c5427c2f894c43f58b668..15c0b4540ad4cc82a46503f9fa00d6d81313921a 100644 (file)
@@ -19,9 +19,9 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Memory.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/ParallelMap.h"
+#include <folly/Memory.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/ParallelMap.h>
 
 using namespace folly;
 using namespace folly::gen;
index 7eabb31716d6aee362887dfcee5028f78b708b29..585e325ead2188dd5e9e95dab6990c006cedb1fe 100644 (file)
@@ -19,8 +19,8 @@
 #include <iostream>
 #include <array>
 #include <vector>
-#include "folly/gen/Base.h"
-#include "folly/gen/Parallel.h"
+#include <folly/gen/Base.h>
+#include <folly/gen/Parallel.h>
 
 using namespace folly;
 using namespace folly::gen;
index 5c143ec494cb636393de32629ce6b94a0ad08c7f..7f2e2f0bfa5ef11144ead44ebb54fe4a63c922cf 100644 (file)
 #include <atomic>
 #include <glog/logging.h>
 
-#include "folly/Benchmark.h"
-#include "folly/String.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/String.h"
+#include <folly/Benchmark.h>
+#include <folly/String.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/String.h>
 
 using namespace folly;
 using namespace folly::gen;
index 5a5a1888c86f9579eb9efe100fd9dec6d22f8f34..71acab88418bdd696e96d5d1aa7eb15374056033 100644 (file)
@@ -20,7 +20,7 @@
 #include <map>
 #include <vector>
 
-#include "folly/gen/String.h"
+#include <folly/gen/String.h>
 
 using namespace folly::gen;
 using namespace folly;
index 02b54a4280ef056b057a30a4edecda8bdc28363d..563b878aa6ba67c64ee348f2fd7a186712f2a7f3 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/io/Compression.h"
+#include <folly/io/Compression.h>
 
 #if FOLLY_HAVE_LIBLZ4
 #include <lz4.h>
 #include <lzma.h>
 #endif
 
-#include "folly/Conv.h"
-#include "folly/Memory.h"
-#include "folly/Portability.h"
-#include "folly/ScopeGuard.h"
-#include "folly/Varint.h"
-#include "folly/io/Cursor.h"
+#include <folly/Conv.h>
+#include <folly/Memory.h>
+#include <folly/Portability.h>
+#include <folly/ScopeGuard.h>
+#include <folly/Varint.h>
+#include <folly/io/Cursor.h>
 
 namespace folly { namespace io {
 
index fd6807948f2817068846e33cebd759e7d85d5d5b..569356b13fa291ad86f97537c514def00f6a236b 100644 (file)
@@ -21,7 +21,7 @@
 #include <limits>
 #include <memory>
 
-#include "folly/io/IOBuf.h"
+#include <folly/io/IOBuf.h>
 
 /**
  * Compression / decompression over IOBufs
index 2e90d0816b843aa80ac3ec09b4b0e6145de962bf..59fa044016c390f2eed0e809f20e63e64b7667e0 100644 (file)
 #include <type_traits>
 #include <memory>
 
-#include "folly/Bits.h"
-#include "folly/io/IOBuf.h"
-#include "folly/io/IOBufQueue.h"
-#include "folly/Likely.h"
-#include "folly/Memory.h"
+#include <folly/Bits.h>
+#include <folly/io/IOBuf.h>
+#include <folly/io/IOBufQueue.h>
+#include <folly/Likely.h>
+#include <folly/Memory.h>
 
 /**
  * Cursor class for fast iteration over IOBuf chains.
index b369eedf1edd1dba8c2bec631c3449ae77ec1788..c0410c8314876db176959d9330ce51ac194f12c9 100644 (file)
 
 #define __STDC_LIMIT_MACROS
 
-#include "folly/io/IOBuf.h"
-
-#include "folly/Conv.h"
-#include "folly/Likely.h"
-#include "folly/Malloc.h"
-#include "folly/Memory.h"
-#include "folly/ScopeGuard.h"
-#include "folly/SpookyHashV2.h"
-#include "folly/io/Cursor.h"
+#include <folly/io/IOBuf.h>
+
+#include <folly/Conv.h>
+#include <folly/Likely.h>
+#include <folly/Malloc.h>
+#include <folly/Memory.h>
+#include <folly/ScopeGuard.h>
+#include <folly/SpookyHashV2.h>
+#include <folly/io/Cursor.h>
 
 #include <stdexcept>
 #include <assert.h>
index 2895c0d5a9c9bd72954a64aff94bf63a41acc0bf..dccd57b0104b1bebefa80a8aca876388fc612b6d 100644 (file)
@@ -30,9 +30,9 @@
 
 #include <boost/iterator/iterator_facade.hpp>
 
-#include "folly/FBString.h"
-#include "folly/Range.h"
-#include "folly/FBVector.h"
+#include <folly/FBString.h>
+#include <folly/Range.h>
+#include <folly/FBVector.h>
 
 // Ignore shadowing warnings within this file, so includers can use -Wshadow.
 #pragma GCC diagnostic push
index 58c1844af0dc263bcd9c6d5b417283fbb8c88493..8f40d07919b96cf22b1829e73ebef7b14fedbb49 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/io/IOBufQueue.h"
+#include <folly/io/IOBufQueue.h>
 
 #include <string.h>
 
index 8ec60611bf70da8f4352c9ea92e31daaefaacaee..59fdc940057626f483e94df7146ff23f043b9412 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_IO_IOBUF_QUEUE_H
 #define FOLLY_IO_IOBUF_QUEUE_H
 
-#include "folly/io/IOBuf.h"
+#include <folly/io/IOBuf.h>
 
 #include <stdexcept>
 #include <string>
index 609443f6cf33ada56869a7b434fdbd121df3f89a..8587ac69342ec26026fb3f05036a50ecc0628a13 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <boost/iterator/iterator_facade.hpp>
 
-#include "folly/SpookyHashV2.h"
+#include <folly/SpookyHashV2.h>
 
 namespace folly {
 
index 1dc245a11503c3ee100b48b5b1e4beaffe86290f..6aab5321798f27386b8f3b5cf15a624fd95fb707 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/io/RecordIO.h"
+#include <folly/io/RecordIO.h>
 
 #include <sys/types.h>
 #include <unistd.h>
 
-#include "folly/Exception.h"
-#include "folly/FileUtil.h"
-#include "folly/Memory.h"
-#include "folly/Portability.h"
-#include "folly/ScopeGuard.h"
-#include "folly/String.h"
+#include <folly/Exception.h>
+#include <folly/FileUtil.h>
+#include <folly/Memory.h>
+#include <folly/Portability.h>
+#include <folly/ScopeGuard.h>
+#include <folly/String.h>
 
 namespace folly {
 
index 1f142e26da21f8869cd29fdb98560a3fa36c3bb9..fe19f4ca49f3b22386b6e911d0cfe9ed1b8a6cfa 100644 (file)
 #include <memory>
 #include <mutex>
 
-#include "folly/File.h"
-#include "folly/Range.h"
-#include "folly/MemoryMapping.h"
-#include "folly/io/IOBuf.h"
+#include <folly/File.h>
+#include <folly/Range.h>
+#include <folly/MemoryMapping.h>
+#include <folly/io/IOBuf.h>
 
 namespace folly {
 
@@ -175,7 +175,7 @@ RecordInfo validateRecord(ByteRange range, uint32_t fileId);
 
 }  // namespaces
 
-#include "folly/io/RecordIO-inl.h"
+#include <folly/io/RecordIO-inl.h>
 
 #endif /* FOLLY_IO_RECORDIO_H_ */
 
index c5ecfc484837502d1c8ec6536e9882c15cc0800e..6296a95d5ea8312737cfb6a61e89854e9fd2edef 100644 (file)
@@ -21,8 +21,8 @@
 #include <iterator>
 #include <type_traits>
 
-#include "folly/Malloc.h"
-#include "folly/io/IOBuf.h"
+#include <folly/Malloc.h>
+#include <folly/io/IOBuf.h>
 
 namespace folly {
 
index c2196dd11d3002b993555ca565967d4f728f1c59..4119e35bccb8d9bfaa659fb6d1023fa6461b27e4 100644 (file)
  * specific language governing permissions and limitations
  * under the License.
  */
-#include "folly/io/async/AsyncTimeout.h"
-#include "folly/io/async/EventBase.h"
-#include "folly/io/async/EventUtil.h"
-#include "folly/io/async/Request.h"
+#include <folly/io/async/AsyncTimeout.h>
+#include <folly/io/async/EventBase.h>
+#include <folly/io/async/EventUtil.h>
+#include <folly/io/async/Request.h>
 
 #include <assert.h>
 #include <glog/logging.h>
index d1d2ba87eb16fb48e0abf66594191435ccae0ef7..bf1947d0883e91e35bc6447a4e386d27f7392a26 100644 (file)
@@ -18,7 +18,7 @@
  */
 #pragma once
 
-#include "folly/io/async/TimeoutManager.h"
+#include <folly/io/async/TimeoutManager.h>
 
 #include <boost/noncopyable.hpp>
 #include <event.h>
index b548d177a1683d5c2603ead0d971dab747ead50a..9415e05a6c59cbeee0fd946551c101eafe29d638 100644 (file)
 #define __STDC_FORMAT_MACROS
 #endif
 
-#include "folly/io/async/EventBase.h"
+#include <folly/io/async/EventBase.h>
 
-#include "folly/ThreadName.h"
-#include "folly/io/async/NotificationQueue.h"
+#include <folly/ThreadName.h>
+#include <folly/io/async/NotificationQueue.h>
 
 #include <boost/static_assert.hpp>
 #include <fcntl.h>
index c1fd81c2dbd04f7b07c88197aa680151cdcb49e7..c6223077c3a3f51be931e0d42f0260e5eec02f3b 100644 (file)
@@ -17,8 +17,8 @@
 #pragma once
 
 #include <glog/logging.h>
-#include "folly/io/async/AsyncTimeout.h"
-#include "folly/io/async/TimeoutManager.h"
+#include <folly/io/async/AsyncTimeout.h>
+#include <folly/io/async/TimeoutManager.h>
 #include <memory>
 #include <stack>
 #include <list>
index 6d410de62555f88716a97d64a6a4d545b02ffd3e..77b09d1435ad7e8362b219423f07af27224135ed 100644 (file)
@@ -16,8 +16,8 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-#include "folly/io/async/EventHandler.h"
-#include "folly/io/async/EventBase.h"
+#include <folly/io/async/EventHandler.h>
+#include <folly/io/async/EventBase.h>
 
 #include <assert.h>
 
index 520a24c710acea6ef82624ff873f02190a9901e3..31abc7ee78667978e9c75a6a8d9f1e5fef5c7c72 100644 (file)
@@ -19,7 +19,7 @@
 #pragma once
 
 #include <glog/logging.h>
-#include "folly/io/async/EventUtil.h"
+#include <folly/io/async/EventUtil.h>
 #include <boost/noncopyable.hpp>
 #include <stddef.h>
 
index d4996a07cd30a0cbd6ac6a0735e5d9e3aea6f0d6..622e855158d4fd9617a4a2dde041031b9482e1a5 100644 (file)
 #include <fcntl.h>
 #include <unistd.h>
 
-#include "folly/io/async/EventBase.h"
-#include "folly/io/async/EventFDWrapper.h"
-#include "folly/io/async/EventHandler.h"
-#include "folly/io/async/Request.h"
-#include "folly/Likely.h"
-#include "folly/SmallLocks.h"
-#include "folly/ScopeGuard.h"
+#include <folly/io/async/EventBase.h>
+#include <folly/io/async/EventFDWrapper.h>
+#include <folly/io/async/EventHandler.h>
+#include <folly/io/async/Request.h>
+#include <folly/Likely.h>
+#include <folly/SmallLocks.h>
+#include <folly/ScopeGuard.h>
 
 #include <glog/logging.h>
 #include <deque>
index 28360b504376e3fc136bc9812eade12b9805c342..3ea9fd5a94751b2fa035c952d4f00d7b9f6993fc 100644 (file)
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-#include "folly/io/async/Request.h"
+#include <folly/io/async/Request.h>
 
 #ifndef NO_LIB_GFLAGS
   DEFINE_bool(enable_request_context, true,
index d1e853c2915eac9c54d85f2348222299bd10d7d2..85459fb4870666ae094ea8835e278217f92fd167 100644 (file)
@@ -21,8 +21,8 @@
 #include <map>
 #include <memory>
 #include <glog/logging.h>
-#include "folly/ThreadLocal.h"
-#include "folly/RWSpinLock.h"
+#include <folly/ThreadLocal.h>
+#include <folly/RWSpinLock.h>
 
 /**
  * In many cases this header is included as a
index eabd399367ecfbdb1f21f23cccc7b9c99b2d6ef9..4968f07ec0a13f560c8ad5f68ac0aeb2e50734e0 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/io/Compression.h"
+#include <folly/io/Compression.h>
 
 // Yes, tr1, as that's what gtest requires
 #include <random>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
-#include "folly/Hash.h"
-#include "folly/Random.h"
-#include "folly/io/IOBufQueue.h"
+#include <folly/Benchmark.h>
+#include <folly/Hash.h>
+#include <folly/Random.h>
+#include <folly/io/IOBufQueue.h>
 
 namespace folly { namespace io { namespace test {
 
index 081945a0406ea83df30815440ee72121a4064417..824df93e8fdb241e079cba5690bc33e724fc4e0c 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/io/IOBuf.h"
+#include <folly/io/IOBuf.h>
 
 #include <gflags/gflags.h>
 #include <boost/random.hpp>
 #include <gtest/gtest.h>
-#include "folly/Benchmark.h"
-#include "folly/Range.h"
-#include "folly/io/Cursor.h"
+#include <folly/Benchmark.h>
+#include <folly/Range.h>
+#include <folly/io/Cursor.h>
 
 DECLARE_bool(benchmark);
 
index 0b95986bab956cc4b2e182f2fc35238ab8ad3524..8e905171d5dbdb2cc7142580530d8141632a1989 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/io/IOBufQueue.h"
-#include "folly/Range.h"
+#include <folly/io/IOBufQueue.h>
+#include <folly/Range.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
index 0a1a17c6d0a0b255b4c195881331984985002128..283bee7d5e677675de09eb9c786d000095124c1d 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/io/IOBuf.h"
-#include "folly/io/TypedIOBuf.h"
+#include <folly/io/IOBuf.h>
+#include <folly/io/TypedIOBuf.h>
 
 // googletest requires std::tr1::tuple, not std::tuple
 #include <tr1/tuple>
@@ -24,8 +24,8 @@
 #include <boost/random.hpp>
 #include <gtest/gtest.h>
 
-#include "folly/Malloc.h"
-#include "folly/Range.h"
+#include <folly/Malloc.h>
+#include <folly/Range.h>
 
 using folly::fbstring;
 using folly::fbvector;
index e320735b1d8ac6a3712c998b6a04bbde71c7946b..45077342c53ef2b9a8f529caf12e476e6b1680a5 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/io/IOBuf.h"
+#include <folly/io/IOBuf.h>
 
 #include <gflags/gflags.h>
-#include "folly/Benchmark.h"
-#include "folly/io/Cursor.h"
+#include <folly/Benchmark.h>
+#include <folly/io/Cursor.h>
 
 #include <vector>
 
index 2ffbb976510e64324340d7ad66f4da68d92d322c..f4d20bad758d3e40985e571e19e41967436c81e0 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/io/RecordIO.h"
+#include <folly/io/RecordIO.h>
 
 #include <sys/types.h>
 #include <unistd.h>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Conv.h"
-#include "folly/FBString.h"
-#include "folly/Random.h"
-#include "folly/experimental/TestUtil.h"
-#include "folly/io/IOBufQueue.h"
+#include <folly/Conv.h>
+#include <folly/FBString.h>
+#include <folly/Random.h>
+#include <folly/experimental/TestUtil.h>
+#include <folly/io/IOBufQueue.h>
 
 DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");
 
index 5ca57d475b31b5249370d033ff27e5a2c2ae8f1f..f6bf8f2c574666ab308818dcca18ed7590941fc6 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/json.h"
+#include <folly/json.h>
 #include <cassert>
 #include <boost/next_prior.hpp>
 #include <boost/algorithm/string.hpp>
 
-#include "folly/Range.h"
-#include "folly/Unicode.h"
-#include "folly/Conv.h"
+#include <folly/Range.h>
+#include <folly/Unicode.h>
+#include <folly/Conv.h>
 
 namespace folly {
 
index 3704829d623d9953e7b73e4427824e4866a9368c..89d3b0682851a5b1d9f6ed6e907cd7dca6cc4c4f 100644 (file)
@@ -41,9 +41,9 @@
 #ifndef FOLLY_JSON_H_
 #define FOLLY_JSON_H_
 
-#include "folly/dynamic.h"
-#include "folly/FBString.h"
-#include "folly/Range.h"
+#include <folly/dynamic.h>
+#include <folly/FBString.h>
+#include <folly/Range.h>
 
 namespace folly {
 
index f5eddcb3ec9db90e1e97f2f9a4ca426249bc31e7..1a8c542b33d83431c67645f9aab3aed2fceddad0 100644 (file)
@@ -46,7 +46,7 @@
 #include <boost/mpl/count.hpp>
 #include <boost/mpl/max.hpp>
 
-#include "folly/Malloc.h"
+#include <folly/Malloc.h>
 
 #if defined(__GNUC__) && FOLLY_X64
 # include "folly/SmallLocks.h"
index d37539a72d3a3d62459aeef3846f7a50b057ab75..c2ada607cc9bac80ce68328d38ad85085fcdb9f6 100644 (file)
@@ -18,7 +18,7 @@
 #define FOLLY_STATS_BUCKETEDTIMESERIES_INL_H_
 
 #include <glog/logging.h>
-#include "folly/Likely.h"
+#include <folly/Likely.h>
 
 namespace folly {
 
index 8336c7d9ddb3713a868528eb0e7c6310f316c73a..912e719f19f00120117ef1d61904e9925e52e688 100644 (file)
@@ -20,7 +20,7 @@
 #include <chrono>
 #include <vector>
 
-#include "folly/detail/Stats.h"
+#include <folly/detail/Stats.h>
 
 namespace folly {
 
index bb30278918ba93be5431cf7663fe0c2eda2a55a6..dbdea660bf42f1767769e1ca07a19a2e03190e67 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef FOLLY_HISTOGRAM_DEFS_H_
 #define FOLLY_HISTOGRAM_DEFS_H_
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 #include <glog/logging.h>
 
index 55c5c7b2d8c06ef59a020eb3169eec0b7a5ac93e..cf49be7c58f5f42f1b1ea2e87d09e3e486dd4ffa 100644 (file)
@@ -24,7 +24,7 @@
 #include <vector>
 #include <stdexcept>
 
-#include "folly/detail/Stats.h"
+#include <folly/detail/Stats.h>
 
 namespace folly {
 
index 8739d55f307a3340b27655f4f7667af50b2481c1..2b6f926d1865f2a24ef5f988c1477b23050054c8 100644 (file)
  * header files.
  */
 
-#include "folly/stats/BucketedTimeSeries.h"
-#include "folly/stats/BucketedTimeSeries-defs.h"
+#include <folly/stats/BucketedTimeSeries.h>
+#include <folly/stats/BucketedTimeSeries-defs.h>
 
-#include "folly/stats/Histogram.h"
-#include "folly/stats/Histogram-defs.h"
+#include <folly/stats/Histogram.h>
+#include <folly/stats/Histogram-defs.h>
 
-#include "folly/stats/MultiLevelTimeSeries.h"
-#include "folly/stats/MultiLevelTimeSeries-defs.h"
+#include <folly/stats/MultiLevelTimeSeries.h>
+#include <folly/stats/MultiLevelTimeSeries-defs.h>
 
-#include "folly/stats/TimeseriesHistogram.h"
-#include "folly/stats/TimeseriesHistogram-defs.h"
+#include <folly/stats/TimeseriesHistogram.h>
+#include <folly/stats/TimeseriesHistogram-defs.h>
 
 namespace folly {
 
index 234622d39604ce54cb998a668ec69484e8677b88..7a81046e7cd55bb1c4fa6477968cd4379cb1f6a6 100644 (file)
@@ -22,7 +22,7 @@
 #include <vector>
 
 #include <glog/logging.h>
-#include "folly/stats/BucketedTimeSeries.h"
+#include <folly/stats/BucketedTimeSeries.h>
 
 namespace folly {
 
index fa07e798cd244a68c4c9c244c0aa94005d7e16fc..2ee4b0603b6662ee3345e05a85828a2cb36554ae 100644 (file)
 #ifndef FOLLY_TIMESERIES_HISTOGRAM_DEF_H_
 #define FOLLY_TIMESERIES_HISTOGRAM_DEF_H_
 
-#include "folly/Conv.h"
-#include "folly/stats/Histogram-defs.h"
-#include "folly/stats/MultiLevelTimeSeries-defs.h"
-#include "folly/stats/BucketedTimeSeries-defs.h"
+#include <folly/Conv.h>
+#include <folly/stats/Histogram-defs.h>
+#include <folly/stats/MultiLevelTimeSeries-defs.h>
+#include <folly/stats/BucketedTimeSeries-defs.h>
 
 namespace folly {
 
index 834c75977ebaf0f5770f08cea083180cc342ac49..7f4bc0841d12b8c3c47bc10dd84ca84e75d4b6ac 100644 (file)
@@ -19,8 +19,8 @@
 
 #include <string>
 #include <boost/static_assert.hpp>
-#include "folly/stats/Histogram.h"
-#include "folly/stats/MultiLevelTimeSeries.h"
+#include <folly/stats/Histogram.h>
+#include <folly/stats/MultiLevelTimeSeries.h>
 
 namespace folly {
 
index 32c2912f95d82bc88467304343f3ed59ec24119a..fdc4559c780b8cd922a1bc0836b496b79361d61e 100644 (file)
@@ -20,9 +20,9 @@
 #include <memory>
 #include <mutex>
 
-#include "folly/AtomicHashMap.h"
-#include "folly/ScopeGuard.h"
-#include "folly/Memory.h"
+#include <folly/AtomicHashMap.h>
+#include <folly/ScopeGuard.h>
+#include <folly/Memory.h>
 
 namespace {
 
index 7ddac05f113c9cf3952f1bab3df3e6930116fb60..bf82a9cd1fff09db1bfaba33996eacacc395882c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-#include "folly/ApplyTuple.h"
+#include <folly/ApplyTuple.h>
 #include <gtest/gtest.h>
 
 #include <memory>
index 07cd9bd73e2db53caa7c5b1aad12ae141889fe72..e2a06122010830761afa56e2eefbd7a78a5d6432 100644 (file)
@@ -18,8 +18,8 @@
  * @author: Marcelo Juchem <marcelo@fb.com>
  */
 
-#include "folly/Memory.h"
-#include "folly/Arena.h"
+#include <folly/Memory.h>
+#include <folly/Arena.h>
 
 #include <gtest/gtest.h>
 
index f54c089253940df68a63faebb95920093cb575af..feda95ca7fdee6abf8f268bd3683b7cbaf98a33f 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Arena.h"
-#include "folly/Memory.h"
+#include <folly/Arena.h>
+#include <folly/Memory.h>
 
 #include <set>
 #include <vector>
index 89c92b75606baf4f7eb48c8bdcba130a8ed7ac44..610dba67e43e7b7d1b503706f952b8db4794ad3d 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Benchmark.h"
-#include "folly/Range.h"
+#include <folly/Benchmark.h>
+#include <folly/Range.h>
 
 #include <algorithm>
 
index 2a357b0b7d1ebe138f0a7765bb4ad80459918570..373998c42430f105318be278ee5170d749e6ac76 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 #include <gtest/gtest.h>
 #include <algorithm>
index 5c939bad0047a852d69c4ca72aca9f6ca945bc91..11032acdae3c1be8486e168aa7d0777f5c6ff6c1 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/AtomicBitSet.h"
+#include <folly/AtomicBitSet.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index 6079b060527ec23cdd30e65f94013d012814258c..ad324874131f8e0fc7e5edb6bd50f229a282f5e9 100644 (file)
 #include <map>
 #include <stdexcept>
 
-#include "folly/AtomicHashArray.h"
-#include "folly/Hash.h"
-#include "folly/Conv.h"
-#include "folly/Memory.h"
+#include <folly/AtomicHashArray.h>
+#include <folly/Hash.h>
+#include <folly/Conv.h>
+#include <folly/Memory.h>
 #include <gtest/gtest.h>
 
 #if !defined(MAP_ANONYMOUS) && defined(MAP_ANON)
index 4736f6aaa728b03db93c8de5146f53e6623f1c74..449b5622da646c9584489c6449b7c9b7b0f00d5a 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/AtomicHashMap.h"
+#include <folly/AtomicHashMap.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
@@ -22,8 +22,8 @@
 #include <thread>
 #include <atomic>
 #include <memory>
-#include "folly/Benchmark.h"
-#include "folly/Conv.h"
+#include <folly/Benchmark.h>
+#include <folly/Conv.h>
 
 using std::vector;
 using std::string;
index 9e7d68b6ee5bd746778a25f2f9575210f758cdee..e142834c8d68893d4c8348aca0e4826771f2c125 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/AtomicStruct.h"
+#include <folly/AtomicStruct.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
index 317df615f1699102ee6093d95847a31bf1a31cfe..a039f02d127609c6ba20c767906f240c5dcad8ae 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
-#include "folly/String.h"
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
+#include <folly/String.h>
 #include <iostream>
 using namespace folly;
 using namespace std;
index 965d906923b5b97b2023ccffacb2e43abcaf809e..478cd6a84505ccb424f9a33ea369892293af2911 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Bits.h"
-#include "folly/Benchmark.h"
+#include <folly/Bits.h>
+#include <folly/Benchmark.h>
 
 #include <algorithm>
 #include <type_traits>
index 4e504e0d0dd9a98924ec6ff708f3939d2d71765d..ba47aaf5c3a7ff77672ada7649cf0251d8c96aa7 100644 (file)
@@ -17,8 +17,8 @@
 // @author Tudor Bosman (tudorb@fb.com)
 
 #include <gflags/gflags.h>
-#include "folly/Bits.h"
-#include "folly/Benchmark.h"
+#include <folly/Bits.h>
+#include <folly/Benchmark.h>
 #include <gtest/gtest.h>
 
 using namespace folly;
index 338c9c4751533e4c622655c7a65cb1a35c84f589..0b5322fe12f07fee31c4b022795889c3f8da30bd 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/detail/CacheLocality.h"
+#include <folly/detail/CacheLocality.h>
 
 #include <sched.h>
 #include <memory>
@@ -23,7 +23,7 @@
 #include <unordered_map>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly::detail;
 
index 94679b76ca34cb203358d9b8ca9dca7eb1aed85c..e563d3f91dc117b3e7926e9ef26874d0ccd37265 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Checksum.h"
+#include <folly/Checksum.h>
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
-#include "folly/Benchmark.h"
-#include "folly/Hash.h"
-#include "folly/detail/ChecksumDetail.h"
+#include <folly/Benchmark.h>
+#include <folly/Hash.h>
+#include <folly/detail/ChecksumDetail.h>
 
 namespace {
 const unsigned int BUFFER_SIZE = 512 * 1024 * sizeof(uint64_t);
index 362b384d90dd3cf91b8eb18904e027f440cee5a0..2fe525791d8d17e09e00a479d924ac9c89bde659 100644 (file)
 
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/Benchmark.h"
-#include "folly/ConcurrentSkipList.h"
-#include "folly/Hash.h"
-#include "folly/RWSpinLock.h"
+#include <folly/Benchmark.h>
+#include <folly/ConcurrentSkipList.h>
+#include <folly/Hash.h>
+#include <folly/RWSpinLock.h>
 
 
 DEFINE_int32(num_threads, 12, "num concurrent threads to test");
index f3c9c9723ba359b96b890a4c9c2776cfbc024fa2..02ce733b0b310875fe8a6c655dd2c80f17631591 100644 (file)
@@ -24,9 +24,9 @@
 
 #include <glog/logging.h>
 #include <gflags/gflags.h>
-#include "folly/ConcurrentSkipList.h"
-#include "folly/Foreach.h"
-#include "folly/String.h"
+#include <folly/ConcurrentSkipList.h>
+#include <folly/Foreach.h>
+#include <folly/String.h>
 #include <gtest/gtest.h>
 
 DEFINE_int32(num_threads, 12, "num concurrent threads to test");
index 1b6214dbc062d57cf77199e8be57c1be2b174ac4..f692af7bf527c8497f6a1eb6d78c7d931741a1d2 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Benchmark.h"
-#include "folly/Conv.h"
-#include "folly/Foreach.h"
+#include <folly/Benchmark.h>
+#include <folly/Conv.h>
+#include <folly/Foreach.h>
 #include <boost/lexical_cast.hpp>
 #include <gtest/gtest.h>
 #include <limits>
index 83892cc01e543b2e1fc5c288e242293fd2a94846..ed6bcd1eb03cf52cb60da4d711513c60b6584430 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/CpuId.h"
+#include <folly/CpuId.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index e282d9d38e72d5e5c6cf4717180495dd71fe5601..10a5a70f5767499ce67e73cedc87b917e1774b7e 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/DiscriminatedPtr.h"
+#include <folly/DiscriminatedPtr.h>
 
 #include <gtest/gtest.h>
 
index 4a8648aa707d98bd2565de27b8ed698e041e19f7..5237cb6c5bd0dc3c5a94984501ac1f0bbe211dac 100644 (file)
@@ -16,7 +16,7 @@
 
 // @author Nicholas Ormrod <njormrod@fb.com>
 
-#include "folly/DynamicConverter.h"
+#include <folly/DynamicConverter.h>
 
 #include <algorithm>
 #include <gflags/gflags.h>
@@ -24,7 +24,7 @@
 #include <map>
 #include <vector>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;
 using namespace folly::dynamicconverter_detail;
index 18dcbcf5d205364b63eaff19518c914c2940b925..1e3e25cc93c5ed8bb43727c3cab84fc80a64d22b 100644 (file)
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
-#include "folly/dynamic.h"
-#include "folly/gen/Base.h"
-#include "folly/json.h"
+#include <folly/Benchmark.h>
+#include <folly/dynamic.h>
+#include <folly/gen/Base.h>
+#include <folly/json.h>
 
 using folly::dynamic;
 
index 76274ce6f5586233f05c4e04cbeba65aed326ed5..62ec78d24f80a5ded9eb6ac3eeae1ff265546adf 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Bits.h"
+#include <folly/Bits.h>
 
 #include <gtest/gtest.h>
 
index dd0f8b133178a5e0b4ddd343f6ba89d05bebec7e..690a2b1837ac93526688105c7a86957216ed9512 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Exception.h"
+#include <folly/Exception.h>
 
 #include <cstdio>
 #include <memory>
index 31e28f630a6537a5ae1e58a2b6816b0e035120c8..ba412fe5120e4d8788ff40461faf2f092267381a 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "folly/ExceptionWrapper.h"
+#include <folly/ExceptionWrapper.h>
 
 #include <gflags/gflags.h>
 #include <atomic>
@@ -22,7 +22,7 @@
 #include <stdexcept>
 #include <thread>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 DEFINE_int32(num_threads, 32, "Number of threads to run concurrency "
                               "benchmarks");
index 27da94f9e9a01ed64dc069e0e0a3c214d549f399..8683e89f94798737eee4fc635156b7a2eebfe1dc 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <gtest/gtest.h>
 #include <stdexcept>
-#include "folly/ExceptionWrapper.h"
+#include <folly/ExceptionWrapper.h>
 
 using namespace folly;
 
index 7b4b2aecdd1ab85a1b8e53bc20d7236b0b91bf63..359f1b46d2f3c3982c65e17d66a29c4b0118b6cb 100644 (file)
@@ -17,7 +17,7 @@
 //
 // Author: andrei.alexandrescu@fb.com
 
-#include "folly/FBString.h"
+#include <folly/FBString.h>
 
 #include <cstdlib>
 
@@ -28,9 +28,9 @@
 
 #include <gflags/gflags.h>
 
-#include "folly/Foreach.h"
-#include "folly/Random.h"
-#include "folly/Benchmark.h"
+#include <folly/Foreach.h>
+#include <folly/Random.h>
+#include <folly/Benchmark.h>
 
 using namespace std;
 using namespace folly;
@@ -86,10 +86,10 @@ std::list<char> RandomList(unsigned int maxSize) {
 #define BENCHFUN(F) CONCAT(CONCAT(BM_, F), CONCAT(_, STRING))
 
 #define STRING string
-#include "folly/test/FBStringTestBenchmarks.cpp.h"
+#include <folly/test/FBStringTestBenchmarks.cpp.h>
 #undef STRING
 #define STRING fbstring
-#include "folly/test/FBStringTestBenchmarks.cpp.h"
+#include <folly/test/FBStringTestBenchmarks.cpp.h>
 #undef STRING
 
 int main(int argc, char** argv) {
index 41f9bc83b917c3156a1fe7a65e21fa2dbcca5453..8133b0167b9db8138e4d9666e1cba74554caa53d 100644 (file)
@@ -17,7 +17,7 @@
 //
 // Author: andrei.alexandrescu@fb.com
 
-#include "folly/FBString.h"
+#include <folly/FBString.h>
 
 #include <cstdlib>
 
 
 #include <gflags/gflags.h>
 
-#include "folly/Foreach.h"
-#include "folly/Portability.h"
-#include "folly/Random.h"
-#include "folly/Conv.h"
+#include <folly/Foreach.h>
+#include <folly/Portability.h>
+#include <folly/Random.h>
+#include <folly/Conv.h>
 
 using namespace std;
 using namespace folly;
index bda0678bae17c3877ef514e893ee0e767dc6518c..f498e7e8c9753ef80296cb868e265f8b86a04e17 100644 (file)
 //
 // Author: andrei.alexandrescu@fb.com
 
-#include "folly/Traits.h"
-#include "folly/Random.h"
-#include "folly/FBString.h"
-#include "folly/FBVector.h"
-#include "folly/Benchmark.h"
+#include <folly/Traits.h>
+#include <folly/Random.h>
+#include <folly/FBString.h>
+#include <folly/FBVector.h>
+#include <folly/Benchmark.h>
 
 #include <gflags/gflags.h>
 
@@ -93,16 +93,16 @@ typedef vector<folly::fbstring> FBStringVector;
 typedef fbvector<folly::fbstring> FBStringFBVector;
 
 #define VECTOR IntVector
-#include "folly/test/FBVectorTestBenchmarks.cpp.h"
+#include <folly/test/FBVectorTestBenchmarks.cpp.h>
 #undef VECTOR
 #define VECTOR IntFBVector
-#include "folly/test/FBVectorTestBenchmarks.cpp.h"
+#include <folly/test/FBVectorTestBenchmarks.cpp.h>
 #undef VECTOR
 #define VECTOR FBStringVector
-#include "folly/test/FBVectorTestBenchmarks.cpp.h"
+#include <folly/test/FBVectorTestBenchmarks.cpp.h>
 #undef VECTOR
 #define VECTOR FBStringFBVector
-#include "folly/test/FBVectorTestBenchmarks.cpp.h"
+#include <folly/test/FBVectorTestBenchmarks.cpp.h>
 #undef VECTOR
 
 int main(int argc, char** argv) {
index 1818f6bd26e83cf7d21183716b4f5cc0b01157c0..919063e81d379c42fe0e6147b2dfbbe111ae3d4f 100644 (file)
 //
 // Author: andrei.alexandrescu@fb.com
 
-#include "folly/Traits.h"
-#include "folly/Random.h"
-#include "folly/FBString.h"
-#include "folly/FBVector.h"
+#include <folly/Traits.h>
+#include <folly/Random.h>
+#include <folly/FBString.h>
+#include <folly/FBVector.h>
 
 #include <gflags/gflags.h>
 
index 3010925260a66fca5e328a6ed3a9706be297b709..a7e70921dfb92ab64588290c175439af81536f3c 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/File.h"
+#include <folly/File.h>
 
 #include <mutex>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
-#include "folly/String.h"
-#include "folly/Subprocess.h"
-#include "folly/experimental/io/FsUtil.h"
-#include "folly/experimental/TestUtil.h"
+#include <folly/Benchmark.h>
+#include <folly/String.h>
+#include <folly/Subprocess.h>
+#include <folly/experimental/io/FsUtil.h>
+#include <folly/experimental/TestUtil.h>
 
 using namespace folly;
 using namespace folly::test;
index 27dcb88f372f68637294a675226b4b1c791f52e6..44487eb9b0041cdf663e485bb8c35e35d801f8a7 100644 (file)
@@ -17,7 +17,7 @@
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 
-#include "folly/File.h"
+#include <folly/File.h>
 
 DEFINE_bool(s, false, "get shared lock");
 DEFINE_bool(x, false, "get exclusive lock");
index d40be3d5b43002093026d4021f161d4fcd91d5e8..5e711a0cac21670851e97c5eed96fff3d0cacecf 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/FileUtil.h"
-#include "folly/detail/FileUtilDetail.h"
+#include <folly/FileUtil.h>
+#include <folly/detail/FileUtilDetail.h>
 
 #include <deque>
 
@@ -23,9 +23,9 @@
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
-#include "folly/Range.h"
-#include "folly/String.h"
+#include <folly/Benchmark.h>
+#include <folly/Range.h>
+#include <folly/String.h>
 
 namespace folly { namespace test {
 
index 9dc729d5b790fc5b4e52ec3ac23d84b2aebf089e..a4cc9142b0842214acf153e0c830209e93629945 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Fingerprint.h"
+#include <folly/Fingerprint.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/detail/SlowFingerprint.h"
-#include "folly/Benchmark.h"
+#include <folly/detail/SlowFingerprint.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;
 using namespace folly::detail;
index 561f2ec223ea6d4b023d2e803e2897be08a27cb7..a4fac00c928c5edf766159f5f79c9cf027854dab 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Foreach.h"
+#include <folly/Foreach.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 #include <gtest/gtest.h>
 #include <map>
 #include <string>
index 9b57f9217072ae4eed960c8b66e6eff0a2a01724..7acf893a225976270399d448294ae646b1fa29c5 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Format.h"
+#include <folly/Format.h>
 
 #include <glog/logging.h>
 
-#include "folly/FBVector.h"
-#include "folly/Benchmark.h"
-#include "folly/dynamic.h"
-#include "folly/json.h"
+#include <folly/FBVector.h>
+#include <folly/Benchmark.h>
+#include <folly/dynamic.h>
+#include <folly/json.h>
 
 using namespace folly;
 
index 3c27dc3ec0d573051f6052e4be23c356e3074044..e49e97cefa89351a1fd9946ff20a7a50496ae015 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Format.h"
+#include <folly/Format.h>
 
 #include <glog/logging.h>
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
 
-#include "folly/FBVector.h"
-#include "folly/FileUtil.h"
-#include "folly/dynamic.h"
-#include "folly/json.h"
+#include <folly/FBVector.h>
+#include <folly/FileUtil.h>
+#include <folly/dynamic.h>
+#include <folly/json.h>
 
 using namespace folly;
 
index 537914cbd764e13e9a7b80da1e49c2cfc8b2feab..2669a3b9661e1f20b6036b2d254770a734ce333b 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/detail/Futex.h"
-#include "folly/test/DeterministicSchedule.h"
+#include <folly/detail/Futex.h>
+#include <folly/test/DeterministicSchedule.h>
 
 #include <chrono>
 #include <thread>
index ea21f449fa286beabee5de83819ad8ad23db499b..9fb279b267eaa7c73eaa17f67a789b9a602ff0ac 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <stdarg.h>
-#include "folly/GroupVarint.h"
+#include <folly/GroupVarint.h>
 
 // On platforms where it's not supported, GroupVarint will be compiled out.
 #if HAVE_GROUP_VARINT
index fba4aba9c84018cd07fa36c2518f6407e9051305..7944b4d473916387cfe45d12e2904ef259b5212c 100644 (file)
@@ -18,7 +18,7 @@
  * @author: Marcelo Juchem <marcelo@fb.com>
  */
 
-#include "folly/Traits.h"
+#include <folly/Traits.h>
 
 #include <gtest/gtest.h>
 #include <glog/logging.h>
index 685d80b4b6a4f20893b0de428a7225ce0ba92059..e1c6f658e9046bbacbe98e5c1c49dbd093448c4a 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Hash.h"
-#include "folly/MapUtil.h"
+#include <folly/Hash.h>
+#include <folly/MapUtil.h>
 #include <gtest/gtest.h>
 #include <stdint.h>
 #include <unordered_map>
index 949310148829f86b420d0c177f228db5f71e6ec8..27b08258e1d113416acbf083a51d9162bdd6b7c1 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "folly/stats/Histogram.h"
+#include <folly/stats/Histogram.h>
 
 #include <gflags/gflags.h>
 
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
 
 using folly::Histogram;
 
index 5635dc5cbfcfb2aa3e62c70994d92307b2dcd4cb..c25c0bd8b3e9cc2c035df2b1950d9ea9477e47c1 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/stats/Histogram.h"
-#include "folly/stats/Histogram-defs.h"
+#include <folly/stats/Histogram.h>
+#include <folly/stats/Histogram-defs.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
index b9cb43de254b5f9db99b7e173c0734f402c09ceb..039999e6fcc65a803ad388637eb06d00ab1edb44 100644 (file)
 
 #include <gtest/gtest.h>
 
-#include "folly/Bits.h"
-#include "folly/Format.h"
-#include "folly/String.h"
-#include "folly/MacAddress.h"
+#include <folly/Bits.h>
+#include <folly/Format.h>
+#include <folly/String.h>
+#include <folly/MacAddress.h>
 
 using namespace folly;
 using namespace std;
index a5f4d893dabf15b27f1c74754473ec17a149b21f..60495292412f83f2a63c320ecd89ee08de02aaf1 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 #include <sys/socket.h>
 }
 
-#include "folly/IPAddress.h"
+#include <folly/IPAddress.h>
 
 namespace folly {
 
index 7efe1361e70535b9ea951e3497f1865db72ba5f6..0c2b6d5a31fee7cd6af3139b89e77424ddab0378 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/json.h"
+#include <folly/json.h>
 #include <gtest/gtest.h>
 #include <gflags/gflags.h>
 #include <cmath>
 #include <limits>
 #include <iostream>
 #include <boost/next_prior.hpp>
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using folly::dynamic;
 using folly::parseJson;
index b5d53e1fa9ff7fb826ae273bbae7172cd2c4f196..d2947de2a412e3de3e1c4391616ac21ffa5125f0 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "folly/Lazy.h"
+#include <folly/Lazy.h>
 
 #include <map>
 #include <functional>
index 7bf1cce5a200d5ab6776ad2668826477dab14709..12ec0f2e06bf92b9251b9f8b7ada042c977e5657 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/LifoSem.h"
-#include "folly/test/DeterministicSchedule.h"
+#include <folly/LifoSem.h>
+#include <folly/test/DeterministicSchedule.h>
 
 #include <thread>
 #include <semaphore.h>
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
-#include "folly/Random.h"
+#include <folly/Benchmark.h>
+#include <folly/Random.h>
 
 using namespace folly;
 using namespace folly::test;
index cc6fc64c2ee2779d6a09be98816327972e3acace..f754eda892a08b8e4b365d377a5216b3be9612d4 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/MPMCPipeline.h"
+#include <folly/MPMCPipeline.h>
 
 #include <thread>
 #include <vector>
@@ -22,7 +22,7 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 namespace folly { namespace test {
 
index 0cea2b828756ef12ff083b7f9eb0f04668d50953..d40f795ac53790c8afd5fb478e0aaf351c59d06a 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <gtest/gtest.h>
 
-#include "folly/IPAddressV6.h"
-#include "folly/MacAddress.h"
+#include <folly/IPAddressV6.h>
+#include <folly/MacAddress.h>
 
 using folly::MacAddress;
 using folly::IPAddressV6;
index 60857cb159c74eedef442bc9a0ce72cd9f89aaf8..89bf1768ea7982ddfdd5cefa836a25575310eb7e 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/MapUtil.h"
+#include <folly/MapUtil.h>
 
 #include <map>
 #include <gtest/gtest.h>
index 54c3a2bf0d9fcb2e382e485cee136fa43f516eef..2a18f206d089c2c6906f4ea4fef6bec91a8a83d2 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <cstdlib>
 #include <gtest/gtest.h>
-#include "folly/MemoryMapping.h"
+#include <folly/MemoryMapping.h>
 
 namespace folly {
 
index db0c9837c472488b2e8c06468218d5a6ff5bd284..8ce0c90e6c871d53a91ee458e274adb6fd799239 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Memory.h"
-#include "folly/Arena.h"
-#include "folly/String.h"
+#include <folly/Memory.h>
+#include <folly/Arena.h>
+#include <folly/String.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index a538012dcfa9a24224dcee8aa703c6061fd1348d..1e2a983fb13788c6bf3996750982911dc76fc438 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Merge.h"
+#include <folly/Merge.h>
 #include <gtest/gtest.h>
 #include <map>
 #include <vector>
index d427e1f8ea6380e6645666b3bbfe8f617cc8eb4c..9856943a38482a8adbbb4aefa7525a2494df5a1c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <gtest/gtest.h>
 
-#include "folly/MoveWrapper.h"
+#include <folly/MoveWrapper.h>
 #include <memory>
 
 namespace folly {
index 458e2af8608a9fcf5f38dba0dc8b3263dff489aa..ff82abdcdc4e677870fe70f6cff596c6a8204b5e 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Optional.h"
+#include <folly/Optional.h>
 
 #include <memory>
 #include <vector>
index 0406b56d1f1ab2a4d8b4f6dca550e4f37db33abb..adcc3504f71256f721f2835caaecb335b0f486c9 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/PackedSyncPtr.h"
+#include <folly/PackedSyncPtr.h>
 
 #include <cinttypes>
 #include <gtest/gtest.h>
index 1fd751375bffbbc556cfbca320382687c5cbb395..98978265e2c72bcc72af7b321c1daaeab8b7253a 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Padded.h"
+#include <folly/Padded.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index ae871dc38442acab644bc01c89d5c2531ae960b1..ca319c3594a1c491adf6bd0c9dcee79d86e44562 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Portability.h"
+#include <folly/Portability.h>
 
 #include <memory>
 
index cea0787461af45ae05ad5e4e2aac2c7d04f774bf..84c9563cb9bd601dd2e2b8eb808c4a2f0d81023b 100644 (file)
 
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/Benchmark.h"
-#include "folly/stats/Histogram.h"
-#include "folly/stats/Histogram-defs.h"
-#include "folly/ProducerConsumerQueue.h"
+#include <folly/Benchmark.h>
+#include <folly/stats/Histogram.h>
+#include <folly/stats/Histogram-defs.h>
+#include <folly/ProducerConsumerQueue.h>
 
 namespace {
 
index 3f0d50b3191c02e241a8ab17208c81ab52010961..de72c88bbb0a9f84b56ecab2dd22b0c1014f24d1 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/ProducerConsumerQueue.h"
+#include <folly/ProducerConsumerQueue.h>
 
 #include <gtest/gtest.h>
 #include <vector>
index 2369eef09e2370bc5e7522298459de8dc2343872..077c061aab0de484c8ef802900d481a57e5cd07d 100644 (file)
@@ -26,7 +26,7 @@
 #include <gtest/gtest.h>
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/RWSpinLock.h"
+#include <folly/RWSpinLock.h>
 
 DEFINE_int32(num_threads, 8, "num threads");
 
index e6f11f0379b22ca2a776d189273d9acd29e14251..8653faf6e0074e00b7432c21a0e196a0a19a110f 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/Random.h"
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
+#include <folly/Random.h>
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
index e9a302bb4d721818198dde5f5e11c5dec1f00186..b4bc559869b87f2c3cffdac052e89701aaae4ad3 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
 #include <algorithm>
 #include <iostream>
 #include <random>
index 8cbbfb0924f0819bf2dff68de89b4deeef24cf22..d088c9ceaf0d20a41986f7ae4f1c2ebcb02879f1 100644 (file)
@@ -17,7 +17,7 @@
 // @author Kristina Holst (kholst@fb.com)
 // @author Andrei Alexandrescu (andrei.alexandrescu@fb.com)
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 #include <array>
 #include <boost/range/concepts.hpp>
index 4ae06916f0cee64e4cf05f2c303afadcf86f6a4b..db075411a847b5c1cb87ec205f0cf2a19c3dad78 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/SafeAssert.h"
+#include <folly/SafeAssert.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;
 
index 71044b815875a5b78ec104fd254f95e6c1bfefcf..285dd445955680fb14c47fbf8982c9641b81189d 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/ScopeGuard.h"
-#include "folly/Portability.h"
+#include <folly/ScopeGuard.h>
+#include <folly/Portability.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
index 3a33f17a5bb0475d7e45b14cba0f9962b996da4a..f0fd291d1da13e7c99b2adb022997200e3647b5d 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/SmallLocks.h"
+#include <folly/SmallLocks.h>
 #include <cassert>
 #include <cstdio>
 #include <mutex>
index b1a892848e1446a600f1ed5b4577f9ca1f336579..6a3ecf4637d1ff1082c73e30019f406550ec6f78 100644 (file)
@@ -20,8 +20,8 @@
 #define __STDC_FORMAT_MACROS 1
 #endif
 
-#include "folly/SpookyHashV1.h"
-#include "folly/Benchmark.h"
+#include <folly/SpookyHashV1.h>
+#include <folly/Benchmark.h>
 
 #include <cinttypes>
 #include <cstdio>
index 376a2765ac89ab74a30c38b68fc2a1c226687aa6..74369cd4b001fb860a997341b6c924faf5a04838 100644 (file)
@@ -20,8 +20,8 @@
 #define __STDC_FORMAT_MACROS 1
 #endif
 
-#include "folly/SpookyHashV2.h"
-#include "folly/Benchmark.h"
+#include <folly/SpookyHashV2.h>
+#include <folly/Benchmark.h>
 
 #include <cinttypes>
 #include <cstdio>
index bfad26e9b1ba2f0af110bf9a81cb2a78edcab03c..0bcc2d1e070723c1235f6e59a79bb6af51bb6547 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/String.h"
+#include <folly/String.h>
 
 #include <random>
 #include <boost/algorithm/string.hpp>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;
 using namespace std;
index 098b66b3aaf4b721f8caaa61e365a22a3ace2a58..a2ffc8dc860aaef83aa04c3032989b726837bfd3 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Subprocess.h"
+#include <folly/Subprocess.h>
 
 #include <unistd.h>
 #include <sys/types.h>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Exception.h"
-#include "folly/Format.h"
-#include "folly/FileUtil.h"
-#include "folly/String.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/File.h"
-#include "folly/gen/String.h"
-#include "folly/experimental/io/FsUtil.h"
+#include <folly/Exception.h>
+#include <folly/Format.h>
+#include <folly/FileUtil.h>
+#include <folly/String.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/File.h>
+#include <folly/gen/String.h>
+#include <folly/experimental/io/FsUtil.h>
 
 using namespace folly;
 
index d752b84ca07f86da85ac6216eae605dda3411436..e5db86d19b57e7e2ba7fd759111ae6980bd7a73d 100644 (file)
@@ -31,8 +31,8 @@
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/Subprocess.h"
+#include <folly/Conv.h>
+#include <folly/Subprocess.h>
 
 using folly::Subprocess;
 
index dd23dd45c87586ded5724a68141aeb333e0426d5..17ede7404cbf56523f99f8319b02a5cb956dbe97 100644 (file)
@@ -18,9 +18,9 @@
 
 // Test bed for folly/Synchronized.h
 
-#include "folly/Synchronized.h"
-#include "folly/RWSpinLock.h"
-#include "folly/test/SynchronizedTestLib.h"
+#include <folly/Synchronized.h>
+#include <folly/RWSpinLock.h>
+#include <folly/test/SynchronizedTestLib.h>
 #include <gtest/gtest.h>
 
 
index cbd43624b81e4af2fef59573a62df88a37c21c48..aa2e3dcbf111e235ee58c918802a36bb78d25b4a 100644 (file)
@@ -25,9 +25,9 @@
 #include <thread>
 #include <vector>
 #include <glog/logging.h>
-#include "folly/Foreach.h"
-#include "folly/Random.h"
-#include "folly/Synchronized.h"
+#include <folly/Foreach.h>
+#include <folly/Random.h>
+#include <folly/Synchronized.h>
 
 
 static const auto seed = folly::randomNumberSeed();
index c3602cb7b49d8d20e8d6f83c78f8aa34adf316e0..340d564dd6341a8aa45f1d7f6ab7f68c97bff8bd 100644 (file)
@@ -44,6 +44,6 @@ template <class Mutex> void testTimedSynchronizedWithConst();
 
 template <class Mutex> void testConstCopy();
 
-#include "folly/test/SynchronizedTestLib-inl.h"
+#include <folly/test/SynchronizedTestLib-inl.h>
 
 #endif /* FOLLY_TEST_SYNCHRONIZEDTESTLIB_H */
index a5766cc74607963dd1f633a662751ed6e589843f..8f89d8adc38216f8c8901feacc4acb370048bc31 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedArena.h"
-#include "folly/Memory.h"
+#include <folly/ThreadCachedArena.h>
+#include <folly/Memory.h>
 
 #include <map>
 #include <mutex>
@@ -28,8 +28,8 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;
 
index a84a82fd0052d8fc6f179267234f1fd38e04ad33..231763d5855ee16adcaf88da4452f7757ad89ea3 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedInt.h"
-#include "folly/Hash.h"
+#include <folly/ThreadCachedInt.h>
+#include <folly/Hash.h>
 
 #include <atomic>
 #include <thread>
 #include <gtest/gtest.h>
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;
 
index 332fa80e89091d02466424f3ff657bf8ce83dcd0..a5de491618c153cd2f94d15c2e67841ac1432e51 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/ThreadLocal.h"
+#include <folly/ThreadLocal.h>
 
 #include <sys/types.h>
 #include <sys/wait.h>
@@ -35,7 +35,7 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly;
 
index fcbe0d2d1db8e27c57ddbbd2b299e1d9bb7ecc7d..a07bc22ee5beda9f7606c9d3f4af6c5c261b2859 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <gtest/gtest.h>
-#include "folly/TimeoutQueue.h"
+#include <folly/TimeoutQueue.h>
 
 using namespace folly;
 
index a0be57717cf635018f8d3bb531e9e678eb44097d..9ce8ba4a932d91bf5eed6baaf553c29d53fcfbb9 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "folly/stats/BucketedTimeSeries.h"
-#include "folly/stats/BucketedTimeSeries-defs.h"
+#include <folly/stats/BucketedTimeSeries.h>
+#include <folly/stats/BucketedTimeSeries-defs.h>
 
 #include <glog/logging.h>
 
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using std::chrono::seconds;
 using folly::BenchmarkSuspender;
index ed49b96724eec5b0a4562bd7719cfd76f293da55..e106e88134f848bdb27d3d4763ca0a35366c12b3 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/stats/TimeseriesHistogram.h"
-#include "folly/stats/TimeseriesHistogram-defs.h"
+#include <folly/stats/TimeseriesHistogram.h>
+#include <folly/stats/TimeseriesHistogram-defs.h>
 
 #include <gtest/gtest.h>
 
index 0d97f2756492838ed79157c62d4c0f7da602ef60..3f68042225a279064af17e0abc159f5cb206bf95 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/stats/BucketedTimeSeries.h"
-#include "folly/stats/BucketedTimeSeries-defs.h"
-#include "folly/stats/MultiLevelTimeSeries.h"
-#include "folly/stats/MultiLevelTimeSeries-defs.h"
+#include <folly/stats/BucketedTimeSeries.h>
+#include <folly/stats/BucketedTimeSeries-defs.h>
+#include <folly/stats/MultiLevelTimeSeries.h>
+#include <folly/stats/MultiLevelTimeSeries-defs.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Foreach.h"
+#include <folly/Foreach.h>
 
 using std::chrono::seconds;
 using std::string;
index 3813ab9a7300db14d79be31c86951d56ec8fca3f..129ad83ddb006d1cd3d5c36bb50439e090d1f14f 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Benchmark.h"
-#include "folly/Traits.h"
+#include <folly/Benchmark.h>
+#include <folly/Traits.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>
index a209f25576dd882b5f3db77e37f48ffeeb8e0dae..7edc84d9c79402434eb5d24249e16d5340de4022 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Uri.h"
+#include <folly/Uri.h>
 
 #include <boost/algorithm/string.hpp>
 #include <glog/logging.h>
index 1ab4ed0be8e776a9cc909e147f1d9f5c155b1603..812b888baea3a4d08250f4bed7507c88f1eb6965 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Varint.h"
+#include <folly/Varint.h>
 
 #include <array>
 #include <initializer_list>
@@ -24,8 +24,8 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Benchmark.h"
-#include "folly/Random.h"
+#include <folly/Benchmark.h>
+#include <folly/Random.h>
 
 DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");
 
index 9dceb495b4d70fe3d7435a0001bd2035fb212bfd..5bd25f144353abeaa8497e7892e153e071bdbed8 100644 (file)
@@ -1,7 +1,22 @@
-// Copyright 2004-present Facebook.  All rights reserved.
-#include "folly/test/function_benchmark/benchmark_impl.h"
+/*
+ * Copyright 2014 Facebook, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <folly/test/function_benchmark/benchmark_impl.h>
 
-#include "folly/test/function_benchmark/test_functions.h"
+#include <folly/test/function_benchmark/test_functions.h>
 
 /*
  * These functions are defined in a separate file so that gcc won't be able to
index 3857ba8e36a0d9d58d5b7aa42e4f4979f9f8543a..c2d03ecab9ed1781ac65520ced3289768d1f5556 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/test/function_benchmark/benchmark_impl.h"
-#include "folly/test/function_benchmark/test_functions.h"
+#include <folly/test/function_benchmark/benchmark_impl.h>
+#include <folly/test/function_benchmark/test_functions.h>
 
-#include "folly/Benchmark.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Benchmark.h>
+#include <folly/ScopeGuard.h>
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 
index 5cffa0e3bccd42e170110a76276977b02a192fda..d5c4ddd4998fb346ae3068d27173bc534a9bfb7a 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/test/function_benchmark/test_functions.h"
+#include <folly/test/function_benchmark/test_functions.h>
 
 /*
  * These functions are defined in a separate file so that
index 65a672d919385634d85d72b047140d153cf5ca47..89362d38cffcba09a34b935f359c8b72148c75e5 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/small_vector.h"
+#include <folly/small_vector.h>
 
 #include <gtest/gtest.h>
 #include <string>
@@ -24,7 +24,7 @@
 
 #include <boost/algorithm/string.hpp>
 
-#include "folly/Conv.h"
+#include <folly/Conv.h>
 
 using folly::small_vector;
 using namespace folly::small_vector_policy;
index 2ea86d3eba1794aecf3b193c5461fd82be18b167..eef897154f42545b79c34b94a1c0ca75810f5813 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/sorted_vector_types.h"
+#include <folly/sorted_vector_types.h>
 #include <gtest/gtest.h>
 #include <list>
 
index 7a999564f31deca6d1e681b57c6659a820c5b1f6..5ad8b9da84383473eda451479e93856da187a880 100644 (file)
@@ -165,7 +165,7 @@ THOUGHTS:
 #include <vector>
 #define VECTOR_ std::vector
 #else
-#include "folly/FBVector.h"
+#include <folly/FBVector.h>
 #define VECTOR_ folly::fbvector
 #endif
 
@@ -184,8 +184,8 @@ THOUGHTS:
 #include <cstddef>
 #include <iomanip>
 
-#include "folly/ScopeGuard.h"
-#include "folly/Conv.h"
+#include <folly/ScopeGuard.h>
+#include <folly/Conv.h>
 #include <boost/preprocessor.hpp>
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <gflags/gflags.h>
index 1acf09736293d5d037ed0faeb1337b6e0d22506b..6a75f829daef0932bfea942958ef48647b2ff023 100644 (file)
@@ -23,7 +23,7 @@
 #include <type_traits>
 #include <vector>
 
-#include "folly/MoveWrapper.h"
+#include <folly/MoveWrapper.h>
 #include "Promise.h"
 #include "Try.h"
 
index f86e48bd494d08c3a49b0d8ae011111971df5d5f..48f82bdd382ea59d02316b0f2c9a0597007092d7 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #pragma once
-#include "folly/wangle/Executor.h"
+#include <folly/wangle/Executor.h>
 
 namespace folly { namespace wangle {
 
index fa9b86b199ee76e0a53d746809365cb6e78a7488..c92ceb55f8267f536eafe7e393b31a0655e6a79e 100644 (file)
@@ -16,9 +16,9 @@
 
 #pragma once
 
-#include "folly/wangle/Executor.h"
-#include "folly/wangle/Future.h"
-#include "folly/Optional.h"
+#include <folly/wangle/Executor.h>
+#include <folly/wangle/Future.h>
+#include <folly/Optional.h>
 
 namespace folly { namespace wangle {
 
index c01f293e44972f3a31ad70a6bdfef830dd1d609c..844301354c42f773b8e4f114b005ad361744fafc 100644 (file)
@@ -16,9 +16,9 @@
 
 #pragma once
 
-#include "folly/wangle/Executor.h"
-#include "folly/wangle/Future.h"
-#include "folly/Optional.h"
+#include <folly/wangle/Executor.h>
+#include <folly/wangle/Future.h>
+#include <folly/Optional.h>
 
 namespace folly { namespace wangle {
 
index 1eb569f0b57496a865568c1caafc12219104f6bb..76be4b4344206aac1d31731de431e24534afa0cb 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #pragma once
-#include "folly/wangle/Executor.h"
+#include <folly/wangle/Executor.h>
 #include <semaphore.h>
 #include <memory>
 #include <mutex>
index 2df5bd3a7a71080bf3c4a6c61aef142567722bc1..05a3b891ab3207567f453fa43f923e67b73a80b8 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include "QueuedImmediateExecutor.h"
-#include "folly/ThreadLocal.h"
+#include <folly/ThreadLocal.h>
 #include <queue>
 
 namespace folly { namespace wangle {
index 40e083158dc56068621aceb31a8a247b288da20b..46f14d4da2b13122183bf9ef38a63ac520886bd7 100644 (file)
@@ -16,7 +16,7 @@
 
 #pragma once
 
-#include "folly/wangle/Executor.h"
+#include <folly/wangle/Executor.h>
 
 namespace folly { namespace wangle {
 
index 423b70914e1788b4a120ca777e4b7e55ce83e839..1e60ab0b20515f2890c22005f9ddc5e2c2f833e8 100644 (file)
@@ -15,9 +15,9 @@
  */
 
 #include <gtest/gtest.h>
-#include "folly/wangle/InlineExecutor.h"
-#include "folly/wangle/ManualExecutor.h"
-#include "folly/wangle/QueuedImmediateExecutor.h"
+#include <folly/wangle/InlineExecutor.h>
+#include <folly/wangle/ManualExecutor.h>
+#include <folly/wangle/QueuedImmediateExecutor.h>
 
 using namespace folly::wangle;
 using namespace std::chrono;
index df99aebb68d23dc071917e92fc06e4cec5ef6f03..97dd82a836aef3849e126b29f62cdf79c0db6a63 100644 (file)
@@ -23,8 +23,8 @@
 #include <thread>
 #include <type_traits>
 #include <unistd.h>
-#include "folly/wangle/Executor.h"
-#include "folly/wangle/Future.h"
+#include <folly/wangle/Executor.h>
+#include <folly/wangle/Future.h>
 
 using namespace folly::wangle;
 using std::pair;
index a1ad05e10d4ba2eba3898d11552c66d69194db34..5a00cb5ef509cf604662e75fca19295c4f586bda 100644 (file)
@@ -17,9 +17,9 @@
 #include <gtest/gtest.h>
 #include <thread>
 
-#include "folly/wangle/ManualExecutor.h"
-#include "folly/wangle/InlineExecutor.h"
-#include "folly/wangle/Later.h"
+#include <folly/wangle/ManualExecutor.h>
+#include <folly/wangle/InlineExecutor.h>
+#include <folly/wangle/Later.h>
 
 using namespace folly::wangle;
 
index 455f2d6ff034cf73cbaa08a720b0fc3603d9fddc..dc66cc17af6573aeb1e3ea803f5d75543a290f72 100644 (file)
@@ -17,8 +17,8 @@
 #pragma once
 #include <gtest/gtest.h>
 #include <memory>
-#include "folly/wangle/Future.h"
-#include "folly/wangle/Executor.h"
+#include <folly/wangle/Future.h>
+#include <folly/wangle/Executor.h>
 
 using namespace folly::wangle;
 using namespace std;
index 41ae3cb218af4b32bd58482bb4c1ca99ef1c9864..83bbbe949a64665c4fa13f9b8bcdeb2a51add540 100644 (file)
 #include <thread>
 #include <future>
 
-#include "folly/wangle/Executor.h"
-#include "folly/wangle/ManualExecutor.h"
-#include "folly/wangle/ThreadGate.h"
-#include "folly/wangle/GenericThreadGate.h"
+#include <folly/wangle/Executor.h>
+#include <folly/wangle/ManualExecutor.h>
+#include <folly/wangle/ThreadGate.h>
+#include <folly/wangle/GenericThreadGate.h>
 
 using namespace folly::wangle;
 using std::make_shared;
index f8affabae4848e486640ac7d2846ae3686232814..a472bed65bea8076dfeff1f58b4ab0c032ae8ccb 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <gtest/gtest.h>
 
-#include "folly/Memory.h"
-#include "folly/wangle/Try.h"
+#include <folly/Memory.h>
+#include <folly/wangle/Try.h>
 
 using namespace folly::wangle;