Rename COFFYaml.h to COFFYAML.h for consistency.
[oota-llvm.git] / tools / yaml2obj / yaml2obj.cpp
index 0c285c2fd8c62584b3d7e5efe9a68a476461f653..ac3e4ca062aba4525fcf764420d539c54dbcb780 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringSwitch.h"
-#include "llvm/Object/COFFYaml.h"
+#include "llvm/Object/COFFYAML.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Endian.h"