[Utils] Put includes in correct order. NFC.
authorWeiming Zhao <weimingz@codeaurora.org>
Tue, 24 Nov 2015 18:57:06 +0000 (18:57 +0000)
committerWeiming Zhao <weimingz@codeaurora.org>
Tue, 24 Nov 2015 18:57:06 +0000 (18:57 +0000)
Summary:
    Followed the guidelines in:
    http://llvm.org/docs/CodingStandards.html#include-style

    However, I noticed that uppercase named headers come before lowercase ones
    throughout the codebase. So kept them as is.

    Patch by Mandeep Singh Grang <mgrang@codeaurora.org>

Reviewers: majnemer, davide, jmolloy, atrick

Subscribers: sanjoy

Differential Revision: http://reviews.llvm.org/D14939

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254005 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found