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 = \
AtomicLinkedList.h \
AtomicStruct.h \
AtomicUnorderedMap.h \
CppAttributes.h \
Baton.h \
Benchmark.h \
Bits.h \
......@@ -42,8 +41,10 @@ nobase_follyinclude_HEADERS = \
Checksum.h \
ConcurrentSkipList.h \
ConcurrentSkipList-inl.h \
ConditionallyExistent.h \
ContainerTraits.h \
Conv.h \
CppAttributes.h \
CpuId.h \
CPortability.h \
detail/AtomicHashUtils.h \
......@@ -138,7 +139,6 @@ nobase_follyinclude_HEADERS = \
experimental/TestUtil.h \
experimental/TLRefCount.h \
experimental/TupleOps.h \
SparseByteSet.h \
FBString.h \
FBVector.h \
File.h \
......@@ -265,7 +265,6 @@ nobase_follyinclude_HEADERS = \
Portability.h \
portability/Syscall.h \
portability/SysUio.h \
ConditionallyExistent.h \
Preprocessor.h \
ProducerConsumerQueue.h \
Random.h \
......@@ -281,6 +280,7 @@ nobase_follyinclude_HEADERS = \
small_vector.h \
SocketAddress.h \
sorted_vector_types.h \
SparseByteSet.h \
SpinLock.h \
SpookyHashV1.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