diff options
-rw-r--r-- | lld/ELF/Driver.cpp | 2 | ||||
-rw-r--r-- | lld/ELF/Driver.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp index b42c884548a..4542806c0b8 100644 --- a/lld/ELF/Driver.cpp +++ b/lld/ELF/Driver.cpp @@ -8,8 +8,8 @@ //===----------------------------------------------------------------------===// #include "Driver.h" -#include "DynamicList.h" #include "Config.h" +#include "DynamicList.h" #include "Error.h" #include "ICF.h" #include "InputFiles.h" diff --git a/lld/ELF/Driver.h b/lld/ELF/Driver.h index cd31f1c914b..6756fab97a0 100644 --- a/lld/ELF/Driver.h +++ b/lld/ELF/Driver.h @@ -12,7 +12,7 @@ #include "SymbolTable.h" #include "lld/Core/LLVM.h" -#include "llvm/ADT/Optional.h" +#include "llvm/ADT/Optional.h" #include "llvm/ADT/StringRef.h" #include "llvm/Option/ArgList.h" #include "llvm/Support/raw_ostream.h" |