Sort the Makefile headers a bit
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 17 Feb 2016 23:30:46 +0000 (15:30 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Thu, 18 Feb 2016 00:20:25 +0000 (16:20 -0800)
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

index 65408068567b3e18f240171390de8694c5748a5e..b4e5ecf702b13f8d7068705925c799eb8cb60db9 100644 (file)
@@ -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 \