Sort #include lines
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 13 Jul 2017 02:53:53 +0000 (19:53 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 13 Jul 2017 03:09:23 +0000 (20:09 -0700)
commit520e20a8baebc98a5ec84d67865da4cf9819f88a
tree5822462b8d80dcc6a1275bb5a9a2120f9b728a1a
parent4ac665a688925f19e1ccebd01672cf7cb30034d1
Sort #include lines

Summary: [Folly] Sort `#include` lines, as required by `clang-format`.

Reviewed By: igorsugak, Orvid

Differential Revision: D5405153

fbshipit-source-id: 3bb1c2b84271bcf7a195e07680777dbfdd499823
180 files changed:
folly/Arena.h
folly/AtomicHashMap.h
folly/AtomicUnorderedMap.h
folly/Benchmark.cpp
folly/Bits.h
folly/ConcurrentSkipList-inl.h
folly/ConcurrentSkipList.h
folly/CpuId.h
folly/Demangle.cpp
folly/DiscriminatedPtr.h
folly/DynamicConverter.h
folly/EvictingCacheMap.h
folly/FileUtil.h
folly/FormatArg.h
folly/GroupVarint.h
folly/IPAddress.h
folly/Lazy.h
folly/LifoSem.h
folly/Logging.h
folly/MPMCQueue.h
folly/MemoryMapping.h
folly/MicroLock.h
folly/MicroSpinLock.h
folly/PackedSyncPtr.h
folly/Padded.h
folly/PicoSpinLock.h
folly/RWSpinLock.h
folly/Random.cpp
folly/Random.h
folly/SingletonThreadLocal.h
folly/SocketAddress.cpp
folly/SparseByteSet.h
folly/String-inl.h
folly/String.cpp
folly/String.h
folly/Subprocess.cpp
folly/Subprocess.h
folly/TimeoutQueue.h
folly/Traits.h
folly/Uri.cpp
folly/build/GenerateFingerprintTables.cpp
folly/detail/AtomicHashUtils.h
folly/detail/AtomicUnorderedMapUtils.h
folly/detail/BitIteratorDetail.h
folly/detail/DiscriminatedPtrDetail.h
folly/detail/Futex.h
folly/detail/IPAddress.h
folly/detail/MemoryIdler.h
folly/detail/RangeCommon.cpp
folly/detail/RangeCommon.h
folly/detail/RangeSse42.cpp
folly/detail/RangeSse42.h
folly/detail/SlowFingerprint.h
folly/dynamic-inl.h
folly/experimental/Bits.h
folly/experimental/DynamicParser-inl.h
folly/experimental/DynamicParser.h
folly/experimental/JSONSchema.cpp
folly/experimental/JSONSchema.h
folly/experimental/LockFreeRingBuffer.h
folly/experimental/NestedCommandLineApp.cpp
folly/experimental/StringKeyedCommon.h
folly/experimental/StringKeyedMap.h
folly/experimental/StringKeyedSet.h
folly/experimental/TestUtil.cpp
folly/experimental/TestUtil.h
folly/experimental/bser/Dump.cpp
folly/experimental/bser/Load.cpp
folly/experimental/bser/test/BserTest.cpp
folly/experimental/hazptr/test/HazptrTest.cpp
folly/experimental/io/AsyncIO.h
folly/experimental/io/HugePages.cpp
folly/experimental/io/test/AsyncIOTest.cpp
folly/experimental/symbolizer/Dwarf.h
folly/experimental/symbolizer/Elf.h
folly/experimental/symbolizer/ElfCache.h
folly/experimental/symbolizer/Symbolizer.cpp
folly/experimental/symbolizer/Symbolizer.h
folly/experimental/symbolizer/test/SignalHandlerTest.cpp
folly/experimental/test/BitsBenchmark.cpp
folly/experimental/test/CodingTestUtils.h
folly/experimental/test/EventCountTest.cpp
folly/experimental/test/FlatCombiningPriorityQueueTest.cpp
folly/experimental/test/LockFreeRingBufferTest.cpp
folly/experimental/test/NestedCommandLineAppExample.cpp
folly/experimental/test/ProgramOptionsTestHelper.cpp
folly/experimental/test/ReadMostlySharedPtrTest.cpp
folly/futures/Future-inl.h
folly/futures/Future.cpp
folly/futures/ManualExecutor.h
folly/futures/SharedPromise.h
folly/futures/Timekeeper.h
folly/futures/detail/FSM.h
folly/futures/exercises/01-Values.cpp
folly/futures/exercises/Koan.h
folly/futures/test/CollectTest.cpp
folly/futures/test/ExecutorTest.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/HeaderCompileTest.cpp
folly/futures/test/InterruptTest.cpp
folly/futures/test/ViaTest.cpp
folly/futures/test/WaitTest.cpp
folly/gen/test/BaseBenchmark.cpp
folly/gen/test/CombineTest.cpp
folly/gen/test/FileBenchmark.cpp
folly/gen/test/ParallelBenchmark.cpp
folly/gen/test/ParallelMapBenchmark.cpp
folly/gen/test/ParallelTest.cpp
folly/gen/test/StringBenchmark.cpp
folly/io/Compression.cpp
folly/io/Cursor.cpp
folly/io/Cursor.h
folly/io/IOBuf.cpp
folly/io/IOBuf.h
folly/io/RecordIO.h
folly/io/async/AsyncPipe.h
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncSocket.h
folly/io/async/AsyncTransport.h
folly/io/async/AsyncUDPServerSocket.h
folly/io/async/AsyncUDPSocket.cpp
folly/io/async/AsyncUDPSocket.h
folly/io/async/EventBase.h
folly/io/async/EventBaseManager.h
folly/io/async/EventFDWrapper.h
folly/io/async/EventHandler.h
folly/io/async/NotificationQueue.h
folly/io/async/SSLContext.h
folly/io/async/TimeoutManager.h
folly/io/async/ssl/OpenSSLUtils.h
folly/io/async/test/AsyncPipeTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSocketTest.cpp
folly/io/async/test/AsyncTransportTest.cpp
folly/io/async/test/AsyncUDPSocketTest.cpp
folly/io/async/test/HHWheelTimerTest.cpp
folly/io/async/test/NotificationQueueTest.cpp
folly/io/async/test/UndelayedDestruction.h
folly/io/async/test/Util.h
folly/io/test/IOBufQueueTest.cpp
folly/small_vector.h
folly/test/AHMIntStressTest.cpp
folly/test/ArenaSmartPtrTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/BatonTest.cpp
folly/test/BatonTestHelpers.h
folly/test/BitIteratorTest.cpp
folly/test/ChecksumTest.cpp
folly/test/ClockGettimeWrappersTest.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ExceptionWrapperTest.cpp
folly/test/FBStringBenchmark.cpp
folly/test/FBStringTest.cpp
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp
folly/test/FileLockTest.cpp
folly/test/FingerprintBenchmark.cpp
folly/test/FingerprintTest.cpp
folly/test/ForeachTest.cpp
folly/test/FutexTest.cpp
folly/test/GroupVarintTest.cpp
folly/test/LazyTest.cpp
folly/test/MemoryTest.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/RWSpinLockTest.cpp
folly/test/RandomBenchmark.cpp
folly/test/RandomTest.cpp
folly/test/RangeFindBenchmark.cpp
folly/test/RangeTest.cpp
folly/test/SingletonTest.cpp
folly/test/SingletonTestGlobal.cpp
folly/test/SmallLocksTest.cpp
folly/test/SpookyHashV1Test.cpp
folly/test/SpookyHashV2Test.cpp
folly/test/SubprocessTestParentDeathHelper.cpp
folly/test/SynchronizedTest.cpp
folly/test/ThreadCachedArenaTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/stl_tests/StlVectorTest.cpp