diff options
Diffstat (limited to 'include/lldb/Core/AddressRange.h')
| -rw-r--r-- | include/lldb/Core/AddressRange.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/Core/AddressRange.h b/include/lldb/Core/AddressRange.h index 9f69c87ee354..e3c820782aaf 100644 --- a/include/lldb/Core/AddressRange.h +++ b/include/lldb/Core/AddressRange.h @@ -11,10 +11,10 @@ #define liblldb_AddressRange_h_ #include "lldb/Core/Address.h" -#include "lldb/lldb-forward.h" // for SectionSP -#include "lldb/lldb-types.h" // for addr_t +#include "lldb/lldb-forward.h" +#include "lldb/lldb-types.h" -#include <stddef.h> // for size_t +#include <stddef.h> namespace lldb_private { class SectionList; |
