Order #includes alphabetically, local .h files first.

llvm-svn: 16153
This commit is contained in:
Misha Brukman 2004-09-03 18:25:53 +00:00
parent a5c04ee50f
commit 14a2b4628d
1 changed files with 2 additions and 3 deletions

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 {