Reorder #includes, drop unneeded one

llvm-svn: 9548
This commit is contained in:
Chris Lattner 2003-10-28 19:08:15 +00:00
parent c8ba0672ac
commit 3c0254e47e
1 changed files with 2 additions and 3 deletions

View File

@ -16,10 +16,9 @@
//
//===----------------------------------------------------------------------===//
#include "Support/CommandLine.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/GlobalValue.h"
#include "llvm/Module.h"
#include "llvm/Bytecode/Reader.h"
#include "Support/CommandLine.h"
#include <cctype>
namespace {