diff options
Diffstat (limited to 'source/Core/ModuleList.cpp')
| -rw-r--r-- | source/Core/ModuleList.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Core/ModuleList.cpp b/source/Core/ModuleList.cpp index b04299ead804..3970052b7bf3 100644 --- a/source/Core/ModuleList.cpp +++ b/source/Core/ModuleList.cpp @@ -8,8 +8,6 @@ //===----------------------------------------------------------------------===// #include "lldb/Core/ModuleList.h" - -#include "lldb/Core/ArchSpec.h" // for ArchSpec #include "lldb/Core/FileSpecList.h" // for FileSpecList #include "lldb/Core/Module.h" #include "lldb/Core/ModuleSpec.h" @@ -18,6 +16,7 @@ #include "lldb/Symbol/ObjectFile.h" #include "lldb/Symbol/SymbolContext.h" // for SymbolContextList, SymbolCon... #include "lldb/Symbol/VariableList.h" +#include "lldb/Utility/ArchSpec.h" // for ArchSpec #include "lldb/Utility/ConstString.h" // for ConstString #include "lldb/Utility/Log.h" #include "lldb/Utility/Logging.h" // for GetLogIfAnyCategoriesSet |
