diff options
Diffstat (limited to 'include/lldb/Utility/StringLexer.h')
| -rw-r--r-- | include/lldb/Utility/StringLexer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/Utility/StringLexer.h b/include/lldb/Utility/StringLexer.h index 3a399dfd7812..e2c31db329cc 100644 --- a/include/lldb/Utility/StringLexer.h +++ b/include/lldb/Utility/StringLexer.h @@ -11,9 +11,9 @@ #ifndef utility_StringLexer_h_ #define utility_StringLexer_h_ -#include <initializer_list> -#include <list> -#include <string> +#include <initializer_list> // for initializer_list +#include <string> // for string +#include <utility> // for pair namespace lldb_utility { |
