diff options
| author | Zachary Turner <zturner@google.com> | 2017-03-03 06:14:38 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-03-03 06:14:38 +0000 |
| commit | 6007b5f71370a43caf950068ab07db9abb78a840 (patch) | |
| tree | 93bfedbeacaacd8bfbd8a87a6518ab9c04ee280f /lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h | |
| parent | 4f73dbf403159419d919c7eaa439af8ea5f00d13 (diff) | |
| download | bcm5719-llvm-6007b5f71370a43caf950068ab07db9abb78a840.tar.gz bcm5719-llvm-6007b5f71370a43caf950068ab07db9abb78a840.zip | |
Remove some dead code in FileSpec.
This in turn triggered some fallout where other files had
been transitively picking up includes that they needed from
FileSpec.h, so I've fixed those up as well.
llvm-svn: 296855
Diffstat (limited to 'lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h')
| -rw-r--r-- | lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h b/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h index a6c78612d6d..dfe6296f0e7 100644 --- a/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h +++ b/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h @@ -22,6 +22,8 @@ // C Includes // C++ Includes +#include <map> +#include <memory> #include <mutex> class ObjectContainerBSDArchive : public lldb_private::ObjectContainer { |

