tools: fix silly typo in llvm-readobj

Case insensitive case preserving file systems are not a good choice for
development.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2014-06-04 16:03:18 +00:00
parent fe3b74ec71
commit fbb7c20395

View File

@ -11,7 +11,7 @@
#define LLVM_READOBJ_ARMWINEHPRINTER_H
#include "StreamWriter.h"
#include "llvm/object/COFF.h"
#include "llvm/Object/COFF.h"
#include "llvm/Support/ErrorOr.h"
namespace llvm {