diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-10-23 16:31:38 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-10-23 16:31:38 +0000 |
| commit | d34a329c6843aca1f15d450d33530d6b4ca4e344 (patch) | |
| tree | 4e062bda9f3ecfd0ac9977c5e867ccd59fbb4ac7 | |
| parent | cc0ed6ba0450d3d419cc5acedb72bb618ee0e9af (diff) | |
| download | bcm5719-llvm-d34a329c6843aca1f15d450d33530d6b4ca4e344.tar.gz bcm5719-llvm-d34a329c6843aca1f15d450d33530d6b4ca4e344.zip | |
Remove unused include of deprecated header.
llvm-svn: 142753
| -rw-r--r-- | lldb/include/lldb/Core/FormatNavigator.h | 13 | ||||
| -rw-r--r-- | lldb/tools/debugserver/source/PseudoTerminal.cpp | 1 |
2 files changed, 1 insertions, 13 deletions
diff --git a/lldb/include/lldb/Core/FormatNavigator.h b/lldb/include/lldb/Core/FormatNavigator.h index 48b64723465..00e9101d6d0 100644 --- a/lldb/include/lldb/Core/FormatNavigator.h +++ b/lldb/include/lldb/Core/FormatNavigator.h @@ -16,19 +16,6 @@ #include <unistd.h> // C++ Includes - -#ifdef __GNUC__ -#include <ext/hash_map> - -namespace std -{ - using namespace __gnu_cxx; -} - -#else -#include <hash_map> -#endif - #include <map> // Other libraries and framework includes diff --git a/lldb/tools/debugserver/source/PseudoTerminal.cpp b/lldb/tools/debugserver/source/PseudoTerminal.cpp index 278ab88828a..f1b505cabd4 100644 --- a/lldb/tools/debugserver/source/PseudoTerminal.cpp +++ b/lldb/tools/debugserver/source/PseudoTerminal.cpp @@ -14,6 +14,7 @@ #include "PseudoTerminal.h" #include <stdlib.h> #include <sys/ioctl.h> +#include <unistd.h> //---------------------------------------------------------------------- // PseudoTerminal constructor |

