Order #includes alphabetically, local .h files first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-09-03 18:25:53 +00:00
parent 20aa474f8f
commit 08a6c7614b

View File

@ -17,6 +17,7 @@
#define DEBUG_TYPE "liveintervals"
#include "LiveIntervalAnalysis.h"
#include "VirtRegMap.h"
#include "llvm/Value.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/CodeGen/LiveVariables.h"
@ -31,10 +32,8 @@
#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include "VirtRegMap.h"
#include <cmath>
#include <algorithm>
#include <cmath>
using namespace llvm;
namespace {