From 72cab06fa9048a05aeec9d4881b100b230bcba74 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Wed, 17 Feb 2016 15:30:46 -0800 Subject: [PATCH] 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 --- folly/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index 65408068..b4e5ecf7 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -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 \ -- 2.34.1