Move implemented interface header up to the top.

llvm-svn: 14301
This commit is contained in:
Misha Brukman 2004-06-21 21:20:23 +00:00
parent c88c1ba066
commit 0bfea680bb
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Target/TargetMachine.h"
#include "llvm/Type.h"
#include "llvm/CodeGen/IntrinsicLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "Support/CommandLine.h"
using namespace llvm;