Alphabetize includes.

llvm-svn: 63591
This commit is contained in:
Bill Wendling 2009-02-03 01:32:22 +00:00
parent 09b65ab288
commit 9862a64419
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
#ifndef NDEBUG
#include "llvm/ADT/SmallSet.h"
#endif
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/CodeGen/SelectionDAGNodes.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/Support/CallSite.h"
#include <vector>
#include <set>