1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix the build on case sensitive file systems.

llvm-svn: 170021
This commit is contained in:
Benjamin Kramer 2012-12-12 20:55:44 +00:00
parent 3abca00876
commit 1c1e7ebeae

View File

@ -9,14 +9,12 @@
#define BUILDING_YAMLIO
#include "llvm/Support/YAMLTraits.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/format.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/YAMLParser.h"
#include "llvm/Support/raw_ostream.h"
#include <cstring>
namespace llvm {