Skip to content

Commit 9862a64

Browse files
committed
Alphabetize includes.
llvm-svn: 63591
1 parent 09b65ab commit 9862a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#ifndef NDEBUG
2121
#include "llvm/ADT/SmallSet.h"
2222
#endif
23-
#include "llvm/CodeGen/ValueTypes.h"
2423
#include "llvm/CodeGen/SelectionDAGNodes.h"
24+
#include "llvm/CodeGen/ValueTypes.h"
2525
#include "llvm/Support/CallSite.h"
2626
#include <vector>
2727
#include <set>

0 commit comments

Comments
 (0)