diff options
Diffstat (limited to 'llvm/lib/ObjectYAML/MachOYAML.cpp')
| -rw-r--r-- | llvm/lib/ObjectYAML/MachOYAML.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ObjectYAML/MachOYAML.cpp b/llvm/lib/ObjectYAML/MachOYAML.cpp index b7eda97c22ae..133358d39592 100644 --- a/llvm/lib/ObjectYAML/MachOYAML.cpp +++ b/llvm/lib/ObjectYAML/MachOYAML.cpp @@ -13,9 +13,9 @@ #include "llvm/ObjectYAML/MachOYAML.h" #include "llvm/ADT/StringRef.h" #include "llvm/BinaryFormat/MachO.h" -#include "llvm/Support/SystemZ/zOSSupport.h" #include "llvm/Support/YAMLTraits.h" #include "llvm/Support/raw_ostream.h" +#include "llvm/Support/SystemZ/zOSSupport.h" #include "llvm/TargetParser/Host.h" #include <cstdint> #include <cstring> |
