diff --git a/tools/llvm-nm/llvm-nm.cpp b/tools/llvm-nm/llvm-nm.cpp index 16e92570cb5..f7a0ef67465 100644 --- a/tools/llvm-nm/llvm-nm.cpp +++ b/tools/llvm-nm/llvm-nm.cpp @@ -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 namespace {