Commit 72cab06f authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by facebook-github-bot-0

Sort the Makefile headers a bit

Summary:[Folly] Sort the `Makefile` headers a bit.

Just manually moving a few obviously out-of-order entries.

Reviewed By: Orvid

Differential Revision: D2945668

fb-gh-sync-id: 604976d25e5913ef01d591e23737d61dacfbfc86
shipit-source-id: 604976d25e5913ef01d591e23737d61dacfbfc86
parent 3e4e50d5
...@@ -34,7 +34,6 @@ nobase_follyinclude_HEADERS = \ ...@@ -34,7 +34,6 @@ nobase_follyinclude_HEADERS = \
AtomicLinkedList.h \ AtomicLinkedList.h \
AtomicStruct.h \ AtomicStruct.h \
AtomicUnorderedMap.h \ AtomicUnorderedMap.h \
CppAttributes.h \
Baton.h \ Baton.h \
Benchmark.h \ Benchmark.h \
Bits.h \ Bits.h \
...@@ -42,8 +41,10 @@ nobase_follyinclude_HEADERS = \ ...@@ -42,8 +41,10 @@ nobase_follyinclude_HEADERS = \
Checksum.h \ Checksum.h \
ConcurrentSkipList.h \ ConcurrentSkipList.h \
ConcurrentSkipList-inl.h \ ConcurrentSkipList-inl.h \
ConditionallyExistent.h \
ContainerTraits.h \ ContainerTraits.h \
Conv.h \ Conv.h \
CppAttributes.h \
CpuId.h \ CpuId.h \
CPortability.h \ CPortability.h \
detail/AtomicHashUtils.h \ detail/AtomicHashUtils.h \
...@@ -138,7 +139,6 @@ nobase_follyinclude_HEADERS = \ ...@@ -138,7 +139,6 @@ nobase_follyinclude_HEADERS = \
experimental/TestUtil.h \ experimental/TestUtil.h \
experimental/TLRefCount.h \ experimental/TLRefCount.h \
experimental/TupleOps.h \ experimental/TupleOps.h \
SparseByteSet.h \
FBString.h \ FBString.h \
FBVector.h \ FBVector.h \
File.h \ File.h \
...@@ -265,7 +265,6 @@ nobase_follyinclude_HEADERS = \ ...@@ -265,7 +265,6 @@ nobase_follyinclude_HEADERS = \
Portability.h \ Portability.h \
portability/Syscall.h \ portability/Syscall.h \
portability/SysUio.h \ portability/SysUio.h \
ConditionallyExistent.h \
Preprocessor.h \ Preprocessor.h \
ProducerConsumerQueue.h \ ProducerConsumerQueue.h \
Random.h \ Random.h \
...@@ -281,6 +280,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -281,6 +280,7 @@ nobase_follyinclude_HEADERS = \
small_vector.h \ small_vector.h \
SocketAddress.h \ SocketAddress.h \
sorted_vector_types.h \ sorted_vector_types.h \
SparseByteSet.h \
SpinLock.h \ SpinLock.h \
SpookyHashV1.h \ SpookyHashV1.h \
SpookyHashV2.h \ SpookyHashV2.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment